added check for posts directory

This commit is contained in:
Daniel Fichtinger 2024-12-29 20:06:57 -05:00
parent 63ca2a7b46
commit fb67ef046a
7 changed files with 37 additions and 4 deletions

View file

@ -1,5 +1,5 @@
---
type: article
title: tiltetest
---
# My amazing markdown file!

10
test/posts/in.md Normal file
View file

@ -0,0 +1,10 @@
---
title: tiltetest
---
# My amazing markdown file!
I can _even_ do **this**!
- Or, I could...
- [Link](page.md) to this file

View file

@ -1,5 +1,6 @@
---
title: Yaml testing file
type: article
---
# My amazing markdown file!