- framework: Hexo
- theme: material-flow
npm i -S hexo-generator-search hexo-generator-feed hexo-renderer-less hexo-autoprefixer hexo-generator-json-content
To support LaTex, I choose hexo-math
plugin to help me represent math expression in blog.
npm i -S hexo-math
P.S.: Technically, it can be used after hexo-math
installed without any change in _config.yml
. However, sometimes it doesn't work properly. If it happens, run the following script:
npm i -S hexo-renderer-mathjax