inital commit

This commit is contained in:
Jet Hughes 2022-04-06 19:27:02 +12:00
parent f05ff5e62d
commit 7f07d8583e
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public publish_dir: ./public
publish_branch: master # deploying branch publish_branch: master # deploying branch
cname: quartz.jzhao.xyz cname: jethughes.github.io

View File

@ -1,4 +1,4 @@
baseURL = "https://quartz.jzhao.xyz/" baseURL = "https://jethughes.github.io/quartz/"
languageCode = "en-us" languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J" googleAnalytics = "G-XYFD95KB4J"
pygmentsUseClasses = true pygmentsUseClasses = true