-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a blog page with 3 md posts and started using variables
- Loading branch information
1 parent
728e962
commit f2e6295
Showing
6 changed files
with
93 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: 'My First Blog Post' | ||
pubDate: 2024-06-24 | ||
description: 'This is the first post of my new Astro blog.' | ||
author: 'Astro Learner' | ||
image: | ||
url: 'https://docs.astro.build/assets/rose.webp' | ||
alt: 'The Astro logo on a dark background with a pink glow.' | ||
tags: ["astro", "blogging", "learning in public"] | ||
--- | ||
# My First Blog Post | ||
|
||
Published on: 2024-06-24 | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: My Second Blog Post | ||
author: Astro Learner | ||
description: "After learning some Astro, I couldn't stop!" | ||
image: | ||
url: "https://docs.astro.build/assets/arc.webp" | ||
alt: "The Astro logo on a dark background with a purple gradient arc." | ||
pubDate: 2022-07-08 | ||
tags: ["astro", "blogging", "learning in public", "successes"] | ||
--- | ||
After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: My Third Blog Post | ||
author: Astro Learner | ||
description: "I had some challenges, but asking in the community really helped!" | ||
image: | ||
url: "https://docs.astro.build/assets/rays.webp" | ||
alt: "The Astro logo on a dark background with rainbow rays." | ||
pubDate: 2022-07-15 | ||
tags: ["astro", "learning in public", "setbacks", "community"] | ||
--- | ||
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! |