jackyzha0
2021-07-19 b841471613d35ef3983aba518d5aae81fba60926
add pushing changes docs
1 files modified
14 ■■■■■ changed files
content/notes/hosting.md 14 ●●●●● patch | view | raw | blame | history
content/notes/hosting.md
@@ -9,7 +9,19 @@
By default, Github Actions will run on forks of repos. You should not need to do any more config to see it up to date.
### Pushing Changes
[TODO]
Quartz is essentially a `git` repository so updating it is the same workflow as you would follow as normal.
```shell
# Navigate to Quartz folder
cd <path-to-quartz>
# Commit all changes
git add .
git commit -m "message describing changes"
# Push to GitHub to update site
git push origin hugo
```
### Custom subdomain
Have a fancy custom domain or want to subdomain your Quartz? That's easy too.