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