aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/blog
diff options
context:
space:
mode:
Diffstat (limited to 'zola-static/content/blog')
-rw-r--r--zola-static/content/blog/_index.md6
-rw-r--r--zola-static/content/blog/first.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/zola-static/content/blog/_index.md b/zola-static/content/blog/_index.md
new file mode 100644
index 0000000..72bc989
--- /dev/null
+++ b/zola-static/content/blog/_index.md
@@ -0,0 +1,6 @@
++++
+title = "List of blog posts"
+sort_by = "date"
+template = "blog.html"
+page_template = "blog-page.html"
++++
diff --git a/zola-static/content/blog/first.md b/zola-static/content/blog/first.md
new file mode 100644
index 0000000..f0f068f
--- /dev/null
+++ b/zola-static/content/blog/first.md
@@ -0,0 +1,6 @@
++++
+title = "My first post"
+date = 2025-05-11
++++
+
+This is my first blog post.