This repo now includes a Quartz site scaffold in site/ that publishes the
obsidian/ vault to GitHub Pages.
cd site
npm ci
npm run devQuartz will serve the site at http://localhost:8080.
- In the repository settings, open
Pages. - Set
SourcetoGitHub Actions. - Trigger a deploy in one of these ways:
- run the workflow manually from the
Actionstab - push to
master
- run the workflow manually from the
Examples:
# push-based deploy
git push origin masterNotes:
- pushes to
mastertrigger the Pages deploy workflow workflow_dispatchis available for manual deploys
The workflow is in deploy-pages.yml.