Hacker News new | ask | show | jobs
by dunefox 622 days ago
Is there a simple, self-hosted blog that supports images, Latex, code highlighting, etc., that is easy to setup and configure? I don't want to rely on someones service for my content.
1 comments

you can use static site generators like hugo, zola etc. that supports all these things and generates html,css,js that you can host on any self hosting platform or hosted platforms without getting locked in to their services.
You can also just publish html very easily with a cheap VPS.