2023-09-26 14:27:38 +08:00
|
|
|
---
|
2023-10-04 18:02:00 +08:00
|
|
|
title: 'My First Blog Post'
|
2023-10-18 17:31:11 +08:00
|
|
|
published: 2022-10-01
|
2023-09-26 14:27:38 +08:00
|
|
|
description: 'This is the first post of my new Astro blog.'
|
|
|
|
author: 'Astro Learner'
|
2023-10-18 17:31:11 +08:00
|
|
|
cover:
|
|
|
|
url:
|
|
|
|
alt:
|
2023-09-26 14:27:38 +08:00
|
|
|
tags: ["astro", "blogging", "learning in public"]
|
|
|
|
categories: ['Foo', 'Bar']
|
|
|
|
---
|
|
|
|
# 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.
|