From c38a7d82fd7d5d187bc12c74ba684110b0b10e78 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sat, 18 Jul 2026 10:05:29 +1200 Subject: Finish list of blog pages --- content/blog/_index.md | 1 + content/blog/test.md | 1 + content/blog/test2.md | 17 +++++++++++++++++ content/projects/_index.md | 1 + 4 files changed, 20 insertions(+) create mode 100644 content/blog/test2.md (limited to 'content') 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 + +Yellow text. 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" +++ -- cgit v1.2.3