• by dunefox on 10/2/2024, 9:00:42 AM

    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.

  • by ShanAIDev on 10/2/2024, 3:07:34 PM

    I've used Jekyll in the past, and while it supports Markdown quite well, I'm not sure about its native support for LaTeX. You might need to integrate MathJax or another JavaScript library to render LaTeX properly.