this post was submitted on 19 Aug 2023
1 points (100.0% liked)

Moving to: m/AskMbin!

49 readers
1 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
 

I'm looking for a simple way of doing blogging. I'm trying several CMSs like Grav, Textpattern... etc., and SSGs like Jekyll but sometimes are limited or too heavy to manage or deal with.

I was thinking if I can use this tool just for me. I mean don't let other users publish but just me. Is this a good tool for that purpose? To be clear: I want to run a blog not a network.

you are viewing a single comment's thread
view the rest of the comments
[–] wagesj45@kbin.social 1 points 1 year ago

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.