How this knowledge base is structured and how to add your own content.

Workflow

  1. Write notes in your Obsidian vault
  2. git push to the repository
  3. GitHub Actions builds Quartz and publishes to GitHub Pages
  4. 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.

Next → markdown-showcase