diff --git a/src/pages/posts/post-1.md b/src/pages/posts/post-1.md deleted file mode 100644 index fdf8408..0000000 --- a/src/pages/posts/post-1.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "My First Blog Post" -date: 2025-01-01 ---- -# My First Blog Post - -Published on: 2022-07-01 - -Welcome to my _new blog_ about learning Astro! Here, I will share my learning journey as I build a new website. - -## What I've accomplished - -1. **Installing Astro**: First, I created a new Astro project and set up my online accounts. - -2. **Making Pages**: I then learned how to make pages by creating new `.astro` files and placing them in the `src/pages/` folder. - -3. **Making Blog Posts**: This is my first blog post! I now have Astro pages and Markdown posts! - -## What's next - -I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come. \ No newline at end of file diff --git a/src/pages/posts/post-2.md b/src/pages/posts/post-2.md deleted file mode 100644 index 389d202..0000000 --- a/src/pages/posts/post-2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "My First Blog Post" -date: 2025-01-01 ---- -After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory! \ No newline at end of file diff --git a/src/pages/posts/post-3.md b/src/pages/posts/post-3.md deleted file mode 100644 index b670e10..0000000 --- a/src/pages/posts/post-3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "My First Blog Post" -date: 2025-01-01 ---- -It wasn't always smooth sailing, but I'm enjoying building with Astro. And, the [Discord community](https://astro.build/chat) is really friendly and helpful! \ No newline at end of file