feat(blog): added example blog post files

This commit is contained in:
Fishandchips321 2026-02-18 16:02:34 +00:00
parent 62b78058a5
commit 467a17d122
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
title: "bwa"
pubDate: "18 Feb 2026 10:30"
---
Test Poast
# bwaaaa

View 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>