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
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.