diff --git a/src/posts/hello-world.md b/src/posts/hello-world.md index e9ace9d..3092a5b 100644 --- a/src/posts/hello-world.md +++ b/src/posts/hello-world.md @@ -1,20 +1,16 @@ --- layout: ../../layouts/MarkdownPostLayout.astro title: "Hello World" -pubDate: 2025-07-28 +pubDate: 2025-08-09T15:20:00 description: "First blog post" --- -Welcome to my _new blog_ about learning Astro! Here, I will share my learning journey as I build a new website. +Welcome to my personal website! -## What I've accomplished +This is something I've been wanting to make for a while, and now I've been able to get a domain and Purelymail credits to use with it due to [Summer of Making](https://summer.hackclub.com/). -1. **Installing Astro**: First, I created a new Astro project and set up my online accounts. +This site is built with [Astro](https://astro.build/) and compiles to a static site. Then, it can be hosted on a range of providers. It's current being hosted on Netlify, but I might change later. -2. **Making Pages**: I then learned how to make pages by creating new `.astro` files and placing them in the `src/pages/` folder. +This site has a blog (which you're reading right now), a contact page, description of my projects, and more! As time goes on I will probably add more stuff. -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. +That's it for now, thanks for reading!