diff --git a/src/blog/post-1.md b/src/blog/post-1.md index 99a974c..9caafec 100644 --- a/src/blog/post-1.md +++ b/src/blog/post-1.md @@ -5,7 +5,6 @@ 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 deleted file mode 100644 index 54b30b0..0000000 --- a/src/blog/post-2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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 3e068d8..ef3c97a 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -15,9 +15,7 @@ const { pageTitle } = Astro.props;