I have bought myself a domain and configured Cloudflare nameservers, but I have no clue what to do next. I have a lot of content written locally that I'd like to host somewhere
I control rather than on GitHub Gists, Substack, Medium, or their like. I've seen several very beautifully-styled websites here, and I'd like to emulate them.
How and where do I host and serve my markup content? How about security and denial-of-service protection? How about automating updates by linking to a Git repository for styling and content? What about interactive functionality like comments with utteranc.es/giscus, MathJax, and RSS feeds? I realise there's a huge gap in my knowledge.
https://jamstack.org/generators/
I like hugo for being trouble free and crazy fast if you don't need to modify it. It is written in go but is a simple binary unlike Java, Python, Javascript, Ruby and many other languages you don't need to know anything about go and go dependencies to run it. I have a Pelican blog under development and I can't say I love Pelican but I can say I know I can make it do exactly what I want as a Python programmer.