quartz-research-note/content/notes/hosting.md
2021-07-18 13:02:53 -04:00

10 lines
130 B
Markdown

---
title: "Deploying to GitHub Pages"
---
Change `baseURL` in `/config.toml`
```toml
baseURL = "https://quartz.jzhao.xyz/"
```