mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 17:56:39 +00:00
14 lines
256 B
Markdown
14 lines
256 B
Markdown
---
|
|
title: "Deploying to GitHub Pages"
|
|
---
|
|
|
|
## GitHub Pages
|
|
|
|
## Custom subdomain
|
|
Change `baseURL` in `/config.toml`
|
|
|
|
```toml
|
|
baseURL = "https://quartz.jzhao.xyz/"
|
|
```
|
|
|
|
Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md). |