This repository publishes the public subset of an Obsidian vault to https://notes.felixzieger.de/ using Quartz.
Deployments run from the master branch via GitHub Actions.
Source notes are read from:
../obsidian-vault/public/../obsidian-vault/assets/(only assets referenced by public notes are copied)
Install dependencies:
pnpm installSync public notes into Quartz content:
pnpm notes:syncRun local preview:
pnpm notes:devBuild static site:
pnpm notes:buildpnpm notes:publish currently runs the same sync + build flow so you can trigger publication on demand before committing/pushing.