a solid start

This commit is contained in:
Joshua Seigler 2024-06-05 03:37:10 -04:00
commit 04cf8eb646
36 changed files with 3512 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
title: Hello world
---
It's my first post!

5
site/blog/blog.json Normal file
View file

@ -0,0 +1,5 @@
{
"layout": "post.njk",
"permalink": "/posts/{{ title | slugify }}/",
"tags": "posts"
}