diff --git a/src/content/posts/post.md.example b/src/content/posts/post.md.example new file mode 100644 index 0000000..f1006f4 --- /dev/null +++ b/src/content/posts/post.md.example @@ -0,0 +1,8 @@ +--- +title: "bwa" +pubDate: "18 Feb 2026 10:30" +--- + +Test Poast + +# bwaaaa \ No newline at end of file diff --git a/src/content/posts/post.mdx.example b/src/content/posts/post.mdx.example new file mode 100644 index 0000000..b2fd1b1 --- /dev/null +++ b/src/content/posts/post.mdx.example @@ -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"; + + +# bwaaaa +poast + + +# bwaaaaa +multi-panel poast!!! + \ No newline at end of file