---
title: Learning Astro
canonical: "https://jpshlk.com/blog/learning-astro/"
pubDate: "2023-11-23T00:00:00.000Z"
author: Josh Pasholk
description: "Documenting my initial dive into my journey learning Astro!"
tags: [astro, markdown]
---

![](../../assets/Astro-logo.png)

I'll be slowly updating this post with notes about my initial experience with Astro.

## Following this tutorial
* https://docs.astro.build/en/tutorial/0-introduction/

## Notes

- Astro puts files in the `/public` directory into the `root` for some reason.
