10 lines
130 B
Markdown
10 lines
130 B
Markdown
|
---
|
||
|
title: "Deploying to GitHub Pages"
|
||
|
---
|
||
|
|
||
|
Change `baseURL` in `/config.toml`
|
||
|
|
||
|
```toml
|
||
|
baseURL = "https://quartz.jzhao.xyz/"
|
||
|
```
|