Secrets Management Field Guide

Downloads

Markdown, EPUB, and PDF exports of the guide (Posts section excluded).

Downloads

Run just book when you want new files (after just compile if you use Obsidian). That writes into static/downloads/; run just build (or hugo) afterward so they are copied into public/. Exports use only the sections in [params.book_export].sections in hugo.toml — by default About, Manual, and Reference. Posts and drafts are omitted.

  • Markdown — one file with TOC (editors, LLMs, git)
  • EPUB — e-readers, tablets, phones
  • PDF — derived from the EPUB (layout is good enough, not print-optimized)

If the links 404, run just book in an environment with Pandoc and WeasyPrint on your PATH (for example nix develop).