Ask HN: Self hosted blogging software with math typesetting?
I'm looking to start a self-hosted blog that might have some math and code fragments in it. I've reviewed the usual suspects such as ghost and the rest of the awesome-selfhosted list on github, but math typesetting (for example in latex format) hasn't been prominently mentioned as a feature in any of them. Am I getting worked up over nothing because everybody knows you can do that with markdown or some kind of plugin for ghost? Rolling my own with mathjax or whatever wouldn't be out of the question. What would you recommend?
HedgeDoc might be an option for you. It's not quite a blog, but instead, a platform for writing and publishing markdown pages on the internet. MathJax is supported: https://demo.hedgedoc.org/features#MathJax
It's possible to use MathJax on HTML pages like this:
Inside the HEAD tag:
Then inside the body you can put things like this: So if you can use plugins to insert this sort of thing, you're done.