You can have a free static website using Codeberg Pages. If you get into DNS you can even setup your own custom domain name for the website.
Hugo is great if you can learn markdown. You can start with a simple theme, then learn over time to modify it to your tastes.
Notable downside to Codeberg Pages is lack of CI/CD. You have to compile your site locally and use a repository for the public files rather than development files. This is in contrast to other hosts that will automatically compile your site and deploy it for you.
I rather like developing on my own machine, and running the Hugo server locally as I make changes to see them in the browser in real time. Then once I’ve done all the changes I want I have a script to “deploy” it to the Codeberg repo (git add/commit/push) which makes it live. I have a separate repo for my source files as well.
Anymore thoughts on BearBlog[dot]dev? Seems really neat and simple. Kind of wondering what there business model is to be free but also privacy respecting. I don’t even see anything on their site about pricing tiers or nothing. I’m interested in it as a blogging platform, but I wondering how long it can last or what the commitment to keeping it around is like.
@theprivacydad I saw that you use them for your blog, which is what made me consider it now. How do you like it?
Edit: Nevermind, I do see that they provide options to upgrade to if you want to use your own domain name or more in-depth analytics. Nice.
@InternetGhost@b_blog : I just published an article about my experiences with BearBlog so far:
I’ve also been in touch with the developer of a similarly simple writing/blogging platform called write.as (can be self-hosted too using https://writefreely.org/).
For a non-technical person, I would recommend BearBlog, because I know it and have been using it. The developer always responds to questions and helps out. I still need to try out write.as.
You could try using Jekyll. It generates static web pages, and works out of the box with github pages. Someone also mentioned HUGO, which is good or better, but Jekyll has a lot more themes that you can choose from (http://jekyllthemes.org/, https://jekyllthemes.io/, etc).