This is my personal webpage, written using Obsidian, built using Quartz 4.
To build for development:
npx quartz build --serve
Note
This will host a local webpage at: http://localhost:8080/
Additional Options:
More details can be found here.
-d
or--directory
: the content folder. This is normally just content-v
or--verbose
: print out extra logging information-o
or--output
: the output folder. This is normally just public--serve
: run a local hot-reloading server to preview your Quartz--port
: what port to run the local preview server on--concurrency
: how many threads to use to parse notes