Welcome to my blog
This is my first post. I’ll be writing about [what you plan to write about - projects you’re building, things you’re learning, books you’re reading].
A few notes on how this blog works, for future-me:
- Every post lives in
_posts/and is namedYYYY-MM-DD-title-with-dashes.md— the date in the filename controls where it sorts, and becomes part of the post’s URL. - The block at the top between
---lines is called “front matter” — it sets the title and date. Don’t delete it. - Everything below the front matter is regular Markdown:
# heading,**bold**,[link](url), and so on.