Initial templates

This commit is contained in:
Mike Wilson
2025-06-23 12:37:34 -04:00
parent f04cac6107
commit d12af583a3
6 changed files with 60 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/first.md Normal file
View File

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