diff --git a/src/blog/post-1.md b/src/blog/post-1.md index 9caafec..99a974c 100644 --- a/src/blog/post-1.md +++ b/src/blog/post-1.md @@ -5,6 +5,7 @@ author: 'Nakahara Daisuke' tags: ["introduction"] --- +# Hello! Hello, my name is Daisuke. This is my first blog post. Nice to meet you. diff --git a/src/blog/post-2.md b/src/blog/post-2.md new file mode 100644 index 0000000..54b30b0 --- /dev/null +++ b/src/blog/post-2.md @@ -0,0 +1,14 @@ +--- +title: 'I Have Finally Published My Blog Website' +pubDate: 2025-05-15 +author: 'Nakahara Daisuke' +tags: [] +--- + +I have finally published my blog website. + +Its infrastructure relies on AWS, and I use Microsoft Copilot to manage the hosting. + +This tool is particularly useful because it allows me to inquire about the contents of tags opened in Microsoft Edge. + +Thank you. diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index ef3c97a..3e068d8 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -15,7 +15,9 @@ const { pageTitle } = Astro.props;