this post was submitted on 19 Aug 2023
1 points (100.0% liked)
Moving to: m/AskMbin!
23 readers
5 users here now
### We are moving! **Join us in our new journey as we take a new direction towards the future for this community at mbin, find our new community here and read this post to know more about why we are moving. Thank you and we hope to see you there!**
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Repost from this comment...
I use Publii. It is a static site generator, and it's open source. In my opinion, statically generated sites are superior for a lot of purposes. You can upload the generated site to any web hosting service. It doesn't include any trackers. It actually only produces the content you ask it to.
It is also very easy to use. The interface is a lot like what you'd expect if you're familiar with Wordpress or similar. If you have an existing Wordpress blog, you can import it and keep all your content.
My blog is generated by Publii. There is no code running on the server, it is all plain HTML. I run a self hosted tracking service myself, but I had to intentionally add it to the footer of the generated pages.