basic Zola beginnings

This commit is contained in:
lynxize 2024-11-07 21:51:28 -07:00
parent 1187191aff
commit 1d39002bb5
7 changed files with 67 additions and 0 deletions

6
content/blog/_index.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "List of blog posts"
sort_by = "date"
template = "blog.html"
page_template = "post.html"
+++

6
content/blog/test.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "My first post"
date = 2019-11-27
+++
This is my first blog post.

6
content/blog/test2.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "My second post"
date = 2019-11-28
+++
This is my second blog post.