diff options
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 ++++ |
