Static personal publishing
Quietstack
A static content-first personal blog for long-lived writing. Publish Markdown, cite source attachments, rebuild Pagefind search, and ship a portable static site from one repository-backed workflow.
3 Posts 1 Notes 1 Sources Pagefind Search
Article
Hello Quietstack
Long-lived writing stays readable while source-backed claims open the exact attachment context beside the article.
source:quietstack-notes#lines=11 Source Quietstack source notes content/sources/quietstack-notes.md
- 9
## Static output - 10
- 11
Production builds generate static HTML, feeds, search data, and a Pagefind index.
$
astro build && pagefind --site dist Publishing system
From note to indexed static artifact.
- Markdown
Posts, notes, pages, and sources live as repository files.
- Collections
Astro validates frontmatter and renders stable routes.
- Source Citations
Article claims can open exact attachment lines or headings.
- Pagefind
Search indexes rebuild with the static output.
- Static Deploy
The final dist folder can be hosted anywhere.
Static by default