summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-07-18 10:05:29 +1200
committerArslaan Pathan <[email protected]>2026-07-18 10:05:29 +1200
commitc38a7d82fd7d5d187bc12c74ba684110b0b10e78 (patch)
tree8c76cbab418de31ce213b0b8b8705b244700e94e /content
parentee510ff529df49bf9d9c5e4d86f99032bb81162b (diff)
downloadarslaancodes-c38a7d82fd7d5d187bc12c74ba684110b0b10e78.tar.xz
arslaancodes-c38a7d82fd7d5d187bc12c74ba684110b0b10e78.zip
Finish list of blog pages
Diffstat (limited to 'content')
-rw-r--r--content/blog/_index.md1
-rw-r--r--content/blog/test.md1
-rw-r--r--content/blog/test2.md17
-rw-r--r--content/projects/_index.md1
4 files changed, 20 insertions, 0 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md
index c504e1b..9345d65 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -3,4 +3,5 @@ title = "Blog"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
+extra.header_title = "blog"
+++
diff --git a/content/blog/test.md b/content/blog/test.md
index 8034961..1cd3ca6 100644
--- a/content/blog/test.md
+++ b/content/blog/test.md
@@ -1,6 +1,7 @@
+++
title = "Blog post test"
date = 2026-07-17
+extra.image = "/assets/images/Arslaan Pathan.svg"
+++
# Test blog post
diff --git a/content/blog/test2.md b/content/blog/test2.md
new file mode 100644
index 0000000..a79fa9b
--- /dev/null
+++ b/content/blog/test2.md
@@ -0,0 +1,17 @@
++++
+title = "Blog post test 2"
+date = 2026-07-18
+extra.image = "/assets/images/Arslaan Pathan.svg"
++++
+
+# Test blog post 2
+
+```shell
+echo "Codeblocks"
+```
+
+`smaller codeblocks`
+
+Testing testing 123 chicken nuggets not 3
+
+<span class="yellow">Yellow text.</span>
diff --git a/content/projects/_index.md b/content/projects/_index.md
index b0a2818..efb5169 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -3,4 +3,5 @@ title = "Projects"
sort_by = "weight"
template = "project.html"
page_template = "projects-page.html"
+extra.header_title = "projects"
+++