Create templates for YAML for Bear blogging platform
This commit is contained in:
parent
663d189927
commit
127ac20d87
7
assets/template-pages.md
Normal file
7
assets/template-pages.md
Normal 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
7
assets/template-posts.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Hello, World!
|
||||||
|
link: hello-world
|
||||||
|
published_date: 2024-09-03 08:30
|
||||||
|
tags: meta
|
||||||
|
make_discoverable: false
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user