🧰 Template Index

🧾 Rotkeeper Template Rituals

These templates define how rendered HTML outputs look across different parts of the Rotkeeper system. They’re consumed by rc-render.sh and selected using render-flags.yaml.

Each template lives in:

bones/templates/

📄 Template List

Template File Purpose Style
rotkeeper-doc.html Maximalist aesthetic / Sora-centric docs Glitchy
rotkeeper-blog.html Clean Bootstrap with metadata block Readable
rotkeeper-bones.html Raw Pandoc passthrough (no layout) Skeleton only
rotkeeper-tech.html [planned] For manuals, scripts, flags CLI-friendly

⚙️ How Rendering Works

Template selection is configured in render-flags.yaml using the keys:

template_dir: bones/templates/
default_template: rotkeeper-doc.html
per_path:
  docs/bones/scripts: rotkeeper-tech.html
  docs/blog: rotkeeper-blog.html
  docs/mascots: rotkeeper-doc.html

🧠 Metadata Access

Each template can access the following injected fields:

🔮 Future Plans


Author:

Project: Rotkeeper

Version: v0.2.3-pre

License: