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