feat(blog): added example blog post files
This commit is contained in:
parent
62b78058a5
commit
467a17d122
2 changed files with 25 additions and 0 deletions
8
src/content/posts/post.md.example
Normal file
8
src/content/posts/post.md.example
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "bwa"
|
||||
pubDate: "18 Feb 2026 10:30"
|
||||
---
|
||||
|
||||
Test Poast
|
||||
|
||||
# bwaaaa
|
||||
17
src/content/posts/post.mdx.example
Normal file
17
src/content/posts/post.mdx.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "bwaaa"
|
||||
description: "This is a test description"
|
||||
pubDate: "18 Feb 2026 12:00"
|
||||
wantsPanel: false
|
||||
---
|
||||
|
||||
import Panel from "../../layouts/Panel.astro";
|
||||
|
||||
<Panel>
|
||||
# bwaaaa
|
||||
poast
|
||||
</Panel>
|
||||
<Panel>
|
||||
# bwaaaaa
|
||||
multi-panel poast!!!
|
||||
</Panel>
|
||||
Loading…
Add table
Add a link
Reference in a new issue