From 5f97c49fede2756421f26d695e4f124055ff5dfa Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 20 Feb 2025 11:34:13 -0500 Subject: [PATCH] add contact.md add h1 to MarkdownLayout that accepts frontmatter.title --- src/layouts/MarkdownLayout.astro | 1 + src/pages/site/about.md | 2 -- src/pages/site/contact.md | 8 ++++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 src/pages/site/contact.md diff --git a/src/layouts/MarkdownLayout.astro b/src/layouts/MarkdownLayout.astro index 962d2fa..4ef0546 100644 --- a/src/layouts/MarkdownLayout.astro +++ b/src/layouts/MarkdownLayout.astro @@ -11,5 +11,6 @@ const { frontmatter } = Astro.props; +

{frontmatter.title}

\ No newline at end of file diff --git a/src/pages/site/about.md b/src/pages/site/about.md index 2b742a5..1558fab 100644 --- a/src/pages/site/about.md +++ b/src/pages/site/about.md @@ -3,8 +3,6 @@ layout: ../../layouts/MarkdownLayout.astro title: "about emma" --- -# about emma - this page serves as my way to introduce myself to you. perhaps you find yourself wanting to know more about the creator of this website, maybe you just like reading diff --git a/src/pages/site/contact.md b/src/pages/site/contact.md new file mode 100644 index 0000000..a0b021f --- /dev/null +++ b/src/pages/site/contact.md @@ -0,0 +1,8 @@ +--- +layout: ../../layouts/MarkdownLayout.astro +title: "contact emma" +--- + +you can contact me for long form conversation or a friendly message via email at emma(at)emmas(dot)place + +i'm also apart of the [32-Bit Cafe](https://32bit.cafe) on their discourse forum and discord if you're already there