Updated first blog post

This commit is contained in:
theamazing0 2025-08-09 11:33:19 -04:00
parent a40119db53
commit c5df2ef643

View file

@ -1,20 +1,16 @@
--- ---
layout: ../../layouts/MarkdownPostLayout.astro layout: ../../layouts/MarkdownPostLayout.astro
title: "Hello World" title: "Hello World"
pubDate: 2025-07-28 pubDate: 2025-08-09T15:20:00
description: "First blog post" 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! That's it for now, thanks for reading!
## What's next
I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.