ar.falsy.cat/content/notes/hosting.md

14 lines
256 B
Markdown
Raw Normal View History

---
title: "Deploying to GitHub Pages"
---
2021-07-18 19:19:58 +00:00
## GitHub Pages
## Custom subdomain
Change `baseURL` in `/config.toml`
```toml
baseURL = "https://quartz.jzhao.xyz/"
```
2021-07-18 19:19:58 +00:00
Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).