Docs (Quartz)

Documentation site built with Quartz.

Quick Reference

PropertyValue
Public URLhttps://docs.eblu.me (via flyio-proxy)
Private URLdocs.ops.eblu.me (Caddy on indri)
DeploymentAnsible role docs on indri (no daemon — Caddy serves files directly)
Content dir~/blumeops/docs/content/ on indri
Sourcedocs/ directory in blumeops repo
BuildForgejo workflow build-blumeops.yaml

Migrated from minikube to indri-native on 2026-04-29 (see docs-on-indri).

Architecture

  1. Source: Markdown files in docs/ with Obsidian-compatible wiki-links
  2. Build: Build BlumeOps Forgejo workflow runs towncrier + Quartz, uploads tarball as a release asset, and bumps docs_version in the ansible role
  3. Deploy: ansible role downloads the tarball into ~/blumeops/docs/content/ on indri; Caddy serves the directory directly with Quartz-style try_files (path → path/ → path.html → 404.html)

Configuration

  • Quartz config: quartz.config.ts
  • Layout: quartz.layout.ts
  • Ansible role: ansible/roles/docs/
  • Caddy entry: ansible/roles/caddy/defaults/main.yml (kind: static, try_html: true)

Release flow

  1. Run the Build BlumeOps workflow → builds tarball, creates release, bumps docs_version in the ansible role and pushes
  2. Run mise run provision-indri -- --tags docs from gilbert
  3. Purge the Fly.io proxy cache so the new content is fetched