From 1c831883e0ad3d6edb753248aa3e8be52e8f2e0a Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sun, 11 May 2025 23:53:55 -0400 Subject: zola site --- zola-static/content/blog/_index.md | 6 ++++++ zola-static/content/blog/first.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 zola-static/content/blog/_index.md create mode 100644 zola-static/content/blog/first.md (limited to 'zola-static/content') 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. -- cgit v1.2.3