diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-17 21:11:08 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-17 21:11:08 +1200 |
| commit | f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59 (patch) | |
| tree | 1b06ce926053ed19e086bec97da0d9fc3923bc24 /content/blog | |
| download | arslaancodes-f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59.tar.xz arslaancodes-f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59.zip | |
Initial commit
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/_index.md | 6 | ||||
| -rw-r--r-- | content/blog/test.md | 4 |
2 files changed, 10 insertions, 0 deletions
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 ++++ |
