mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 14:05:43 -05:00
13 lines
433 B
Markdown
13 lines
433 B
Markdown
# www.clausconrad.com
|
|
|
|
This repo contains the [Quartz v4](https://quartz.jzhao.xyz/) static-site generator
|
|
configured for the `/notes/` path of www.clausconrad.com.
|
|
|
|
The `content/` directory is populated at build time by the pipeline; it should not be committed when building locally. (It cannot be added to `.gitignore` because Quartz would ignore it too.)
|
|
|
|
## Local development
|
|
|
|
```bash
|
|
npm ci
|
|
GH_TOKEN=XXXXX ./build.sh --serve
|
|
``` |