Welcome! This little website is now live and running at gregsprojects.org. Let me share a bit about the current setup, all of which might change in the future. It’s built using Hugo, styled with the PaperMod theme, and deployed via Cloudflare Pages. The source is in a private GitHub repository. I registered gregsprojects.org through Porkbun. Some of this information can be found like this: $ whois gregsprojects.org | grep -i 'Registrar:' Registrar: Porkbun LLC $ dig +short NS gregsprojects.org ezra.ns.cloudflare.com. grannbo.ns.cloudflare.com. $ curl -s -I https://gregsprojects.org | grep -i 'server' server: cloudflare $ curl -s https://gregsprojects.org | grep -i generator <meta name="generator" content="Hugo 0.147.7"><meta charset="utf-8"> $ curl -s https://gregsprojects.org | grep -i 'Powered by' -A2 Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & <a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a> More soon. ...