如何让Jekyll支持数学公式

Mathjax

  1. 照[Themes Jekyll • Simple, blog-aware, static sites](https://jekyllrb.com/docs/themes/)把主题(我的是Minima)复制到本地:cp -r $(bundle info --path minima)/* .
    1. 其实只复制一个_includes/head.html就行了。
  2. 修改 _includes/head.html,按Configuring and Loading MathJax — MathJax 3.2 documentation配置。
  3. 完成!
唯一的缺点是无法使用一个 dollar 来写行内公式了……需要用两个,见[Syntax kramdown](https://kramdown.gettalong.org/syntax.html#math-blocks)。