Content is Markdown under content/, organized by section (blog, progression, project, community). Each section has a _index.md controlling its listing/detail template.
Build: zola build renders the site to public/, then pagefind indexes the built HTML for full-text search.
Deploy: GitHub Actions (.github/workflows/deploy.yml) runs the same build on every push to master and publishes to GitHub Pages.