[ Home | Blog | Progression | Project | Community | Tags ]

:: Home / Project / imkoga002.dev / Workflow ::


2026-07-08

Workflow

#zola  #pagefind 


Content -> zola build -> pagefind index -> GitHub Actions deploy

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.


<< Back to imkoga002.dev