--- import Footer from "@/components/Footer.astro"; import PostList from "@/components/Posts/PostList.astro"; import BaseLayout from "@/layouts/BaseLayout.astro"; import "@/styles/global.css"; const pageTitle = "About Me"; ---

{pageTitle}

... and my new Astro site!

I am working through Astro's introductory tutorial. This is the second page on my website, and it's the first one I built myself!

This site will update as I complete more of the tutorial, so keep checking back and see how my journey is going!

My Astro Learning Blog

This is where I will post about my journey learning Astro.