Create templates for YAML for Bear blogging platform

This commit is contained in:
Hao Tran 2025-01-03 21:52:26 -05:00
parent 663d189927
commit 127ac20d87
2 changed files with 14 additions and 0 deletions

7
assets/template-pages.md Normal file
View File

@ -0,0 +1,7 @@
---
title: About
link: about
published_date: 2025-09-03 00:00
is_page: true
make_discoverable: false
---

7
assets/template-posts.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Hello, World!
link: hello-world
published_date: 2024-09-03 08:30
tags: meta
make_discoverable: false
---