Crafting a Website for Knitting. Blog and more.
Continue with the free option.
Now you need to go to the SquareSpace UI, select the domain and go to: DNS
-> Domain NameServers
.
Select Use custom nameservers
, we will replace the ns-cloud-b1.googledomains.com
and so on, with the ones that cloudflare assigns.
There will be 2 records, like: fattouche.ns.cloudflare.com
The CKC website is completed and visible at Cloudflare Pages: https://cozyknittingclub-web.pages.dev/
Once updated, we can connect the real domains with the build.
You will need to point a CNAME DNS Record from @ to
cozyknittingclub-web.pages.dev
(They worked proxied and non proxied).
CKC Conclusions
Website Checks before delivery 📌
Once deployed:
npm install
npm run dev
#npm run build
npm install -g http-server
http-server dist #http-server .vercel/output/static
# npm install -g serve #serve the built files with npm
# serve -s dist #http://localhost:3000
As per the general webs checks docs.
- Sitemap and Robots:
curl -s https://cozyknittingclub.com/sitemap.xml -o /dev/null -w "%{http_code}\n" #200, OK!
curl -s https://cozyknittingclub.com/robots.txt | head -n 10 #see the first 10 lines
- Notify Search engines:
#curl "https://www.google.com/ping?sitemap=https://cozyknittingclub.com/sitemap.xml"
curl "https://www.bing.com/ping?sitemap=https://cozyknittingclub.com/sitemap.xml"
DNS Config: The site is accesible from the base domain name as well as the
www.
subdomain
Proposed Themes
For this knitting site, I proposed to go with:
Astro Stablo
- Others
Which its similar to Visvrs (AstroVerse)
- The winner: Astro Minimma