Quartz setup
Install node.js
Do this on the server hosting your website.
Set up Quartz
Publish workflow
- Obsidian vault containing
index.md
at the root for the main page
- git repo containing full Obsidian vault
- Posts all contain frontmatter
publish: true
- Other frontmatter that Quartz will look for:
tags
, title
, description
,date
- Script to pull from remote repo and build site directly to the
Command to build Quartz site:
Update 2024-11-16: refer to Quartz with Obsidian configuration for my detailed, more updated workflow for my website.
EOF