Initial commit

This commit is contained in:
Devin Lumley 2024-01-28 16:00:23 -08:00
commit 613ada0063
17 changed files with 2287 additions and 0 deletions

3
src/posts/hello_world.md Normal file
View file

@ -0,0 +1,3 @@
# Hello world
This is a test post.

4
src/posts/posts.json Normal file
View file

@ -0,0 +1,4 @@
{
"layout": "base",
"tags": "posts"
}