aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/md.astro
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-12-21 19:18:40 -0800
committerPinapelz <yukais@pinapelz.com>2024-12-21 19:18:40 -0800
commit8f9d96b60fe18e0b126022096505c1c693b51108 (patch)
tree0fe14c9d0be93a780b5bc3da9b4ea60972fcab42 /src/pages/md.astro
parente19f06c1caf2ba57bbed09a212bb49ba97a815dd (diff)
feat: add ability to dynamically render markdown files in public dir
Diffstat (limited to 'src/pages/md.astro')
-rw-r--r--src/pages/md.astro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/md.astro b/src/pages/md.astro
new file mode 100644
index 0000000..3111817
--- /dev/null
+++ b/src/pages/md.astro
@@ -0,0 +1,8 @@
+---
+import MarkdownRenderer from "../components/MarkdownRenderer";
+import Layout from "../layouts/Layout.astro";
+---
+
+<Layout title="Moekyun Web Services" textColor="#F48FB1" background="#232023">
+ <MarkdownRenderer client:load />
+</Layout>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage