ARTICLES
Setting up mathjax for hugo
By adam
Problem
Adding mathjax support for posts
Solution
- Modify the current theme
- Add a partial template
- Add a parameter called mathjax: true in the frontmatter
Details
Modifying the current theme
- Note that the current theme is set in config.tolm
theme = "ananke"