diff --git a/content/custom Domain.md b/content/notes/custom Domain.md similarity index 96% rename from content/custom Domain.md rename to content/notes/custom Domain.md index 93a6b9e..72cb466 100644 --- a/content/custom Domain.md +++ b/content/notes/custom Domain.md @@ -1,3 +1,7 @@ +--- +title: "Custom Domain" +--- + ### Registrar This step is only applicable if you are using a **custom domain**! If you are using a `.github.io` domain, you can skip this step. diff --git a/content/notes/hosting.md b/content/notes/hosting.md index b474652..0227fde 100644 --- a/content/notes/hosting.md +++ b/content/notes/hosting.md @@ -69,7 +69,7 @@ Change `cname` in `/.github/workflows/deploy.yaml`. Again, if you don't have a c cname: ``` -Have a custom domain? [Learn how to set it up with Quartz ](custom%20Domain.md). +Have a custom domain? [Learn how to set it up with Quartz ](notes/custom%20Domain.md). ---