this post was submitted on 11 Aug 2026
27 points (96.6% liked)

Privacy

50321 readers
325 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

I want to start writing articles about political issues in my country. I would prefer not getting fired from my day job or going to prison because of it, so I will be writing under a pseudonym.

Are there any alternatives to WordPress that play nice with TOR/TAILS? WordPress is difficult to use with its complicated block editor.

I need something that is easy for a non-technical person like me. And also free, since any payment can be tied back to my identity.

you are viewing a single comment's thread
view the rest of the comments
[–] fta@lemmy.zip 3 points 2 days ago (1 children)

A few people recommend Hugo. If you download a template and don’t edit anything, you simply write in markdown and the project generates each markdown file as a blog post typically. Might fit your use case.

I personally don’t really like Hugo, but I was trying to edit things.

Pure HTML pages is easier to setup nowadays as well. You can download a template, and then write whatever you want. If you get stuck LLMs are pretty good at basic HTML, I’d just be careful about it seeing anything you write that might be sensitive.

[–] SreudianFlip@sh.itjust.works 1 points 1 day ago

If you must use an llm, and only for simple drudgery like converting a RTF file to html then styling it under direction, you can run a small local model for that job. Keep it offline and private. A 4B coding model will run on most modern computers.