chore: Re-organized posts

This commit is contained in:
2025-08-20 21:55:44 -04:00
parent 2d0134a51b
commit a2576e1cfd
4 changed files with 30 additions and 4 deletions

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

@ -0,0 +1,5 @@
---
title: Example post 11111
---
First post! Content change

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

@ -0,0 +1,5 @@
---
title: Example post 2 - for Paz
---
Second post!

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

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