mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-22 14:21:24 +00:00
.github
assets
content
notes
images
CJK + Latex Support (测试).md
callouts.md
config.md
custom Domain.md
docker.md
editing.md
hosting.md
ignore notes.md
obsidian.md
philosophy.md
preview changes.md
search.md
setup.md
showcase.md
troubleshooting.md
updating.md
private
templates
_index.md
data
i18n
layouts
static
.gitignore
.hugo_build.lock
.prettierrc
CODE_OF_CONDUCT.md
Dockerfile
LICENSE.txt
Makefile
README.md
config.toml
screenshot.png
1.0 KiB
1.0 KiB
title
title |
---|
Custom Domain |
Registrar
This step is only applicable if you are using a custom domain! If you are using a <YOUR-USERNAME>.github.io
domain, you can skip this step.
For this last bit to take effect, you also need to create a CNAME record with the DNS provider you register your domain with (i.e. NameCheap, Google Domains).
GitHub has some documentation on this, but the tldr; is to
-
Go to your forked repository (
github.com/<YOUR-GITHUB-USERNAME>/quartz
) settings page and go to the Pages tab. Under "Custom domain", type your custom domain, then click Save. -
Go to your DNS Provider and create a CNAME record that points from your domain to
<YOUR-GITHUB-USERNAME.github.io.
(yes, with the trailing period). -
Wait 30 minutes to an hour for the network changes to kick in.
-
Done!