add boilerplate

This commit is contained in:
2023-02-21 00:02:35 +10:30
commit 80ee80e014
19 changed files with 3964 additions and 0 deletions

4
src/blog/blog.json Normal file
View File

@ -0,0 +1,4 @@
{
"layout": "layout/blog",
"tags": "blog"
}

View File

@ -0,0 +1,5 @@
---
title: My First Blog Post
---
<p>This is my first blog post</p>

View File

@ -0,0 +1,5 @@
---
title: My Second Blog Post
---
<p>This is my second blog post</p>

View File

@ -0,0 +1,5 @@
---
title: My Third Blog Post
---
<p>This is my third and final blog post</p>