Example starter code from official docs

This commit is contained in:
2025-06-16 02:19:37 -04:00
parent 5077f4c19e
commit 6d3bb19a76
8 changed files with 102 additions and 0 deletions

5
src/posts/post-1.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Post Title
---
First post!

5
src/posts/post-2.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Post Title Two!
---
Second post!

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

@ -0,0 +1,4 @@
{
"layout": "layout.html",
"tags": "post"
}