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.


H1

H2

H3


bold text


italicized text


blockquote


  1. First item
  2. Second item
  3. Third item


code


title


alt text


SyntaxDescription
HeaderTitle
ParagraphText

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Here’s a sentence with a footnote. 1


My Great Heading {#custom-id}


term : definition


The world is flat.



That is so funny! :joy:


I need to highlight these ==very important words==.


H2O


X^2^

Footnotes

  1. This is the footnote.