add contact.md

add h1 to MarkdownLayout that accepts
frontmatter.title
This commit is contained in:
emma 2025-02-20 11:34:13 -05:00
parent 73107c887a
commit 5f97c49fed
3 changed files with 9 additions and 2 deletions

View File

@ -11,5 +11,6 @@ const { frontmatter } = Astro.props;
</head>
<BasicLayout>
<h1>{frontmatter.title}</h1>
<slot />
</BasicLayout>

View File

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

View File

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