// blog

Hello, world

Welcome. This site is where I’ll keep project writeups, lab notes, and the occasional longer post on something I’m learning in security.

A few things I plan to cover:

Posts live in src/content/blog/ as Markdown files. Frontmatter needs a title, description, and pubDate; tags and draft: true are optional.

# adding a post is just:
$ vim src/content/blog/my-next-post.md
$ git add . && git commit -m "post: my next post" && git push

The deploy pipeline takes it from there.