From f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 17 Jul 2026 21:11:08 +1200 Subject: Initial commit --- content/blog/_index.md | 6 ++++++ content/blog/test.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 content/blog/_index.md create mode 100644 content/blog/test.md (limited to 'content/blog') diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..c504e1b --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Blog" +sort_by = "date" +template = "blog.html" +page_template = "blog-page.html" ++++ diff --git a/content/blog/test.md b/content/blog/test.md new file mode 100644 index 0000000..3173690 --- /dev/null +++ b/content/blog/test.md @@ -0,0 +1,4 @@ ++++ +title = "Blog post test" +date = 2026-07-17 ++++ -- cgit v1.2.3