How this knowledge base is structured and how to add your own content.
Workflow
- Write notes in your Obsidian vault
git pushto the repository- GitHub Actions builds Quartz and publishes to GitHub Pages
- The site is served at
kb.dev.avro.cc
Wikilinks
Links between notes use double square brackets:
[[getting-started]]. Works just like in Obsidian.
Content vs engine
The
content/folder holds your notes. Everything else (quartz/, config files) is the engine. Don’t mix them.
Useful links
Next → markdown-showcase