From f37ff9f6d639cf2bd428e6ee8bc5857e404c1ef6 Mon Sep 17 00:00:00 2001 From: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:12:42 -0500 Subject: [PATCH] Publish static-site blog --- content/posts/static-site-zola/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/posts/static-site-zola/index.md b/content/posts/static-site-zola/index.md index aaf3330..e1e3c29 100644 --- a/content/posts/static-site-zola/index.md +++ b/content/posts/static-site-zola/index.md @@ -2,7 +2,7 @@ title = "Why I chose Zola to build this site" description = "My thoughts on blogging, static sites and how to deploy a Zola site via GitHub Pages" date = 2023-11-29 -draft = true +draft = false [taxonomies] tags = ["general"] @@ -242,9 +242,7 @@ In my case, I navigated to the advanced DNS settings for my domain on Namecheap, {{ figure(src="cname.png") }} -Note the `CNAME Record` that points to my GitHub Pages site on the last line. This allows me to access my site on `https://thedataquarry.com`. - -On the Zola side, I simply create a file called `CNAME` in the `static` folder, and add the following line to it: +I created the list of A records to point my apex domain to the IP addresses for GitHub Page, as per the GitHub page docs. Note the `CNAME Record` on the last line (this is important). On the Zola side, I simply create a file called `CNAME` in the `static` folder, and add the following line to it: ```sh thedataquarry.com