My First Blog Post

7/1/2022

This is the first post of my new Astro blog.

Written by: Astro Learner

The Astro logo on a dark background with a pink glow.

astro

blogging

learning in public

Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.

TIP: Layouts and Markdown

When using layouts, you now have the option of including elements, like a page title, in the Markdown content or in the layout. Remember to visually inspect your page preview and make any adjustments necessary to avoid duplicated elements.

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.