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
publish preview ready

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
  1. 9 ## Static output
  2. 10
  3. 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.

  1. Markdown

    Posts, notes, pages, and sources live as repository files.

  2. Collections

    Astro validates frontmatter and renders stable routes.

  3. Source Citations

    Article claims can open exact attachment lines or headings.

  4. Pagefind

    Search indexes rebuild with the static output.

  5. Static Deploy

    The final dist folder can be hosted anywhere.

Static by default

Keep publishing portable, readable, and calm.

Search content