1.0.2 • Published 6 years ago
hexo-cake-math v1.0.2
hexo-cake-math
How to use
yarn add hexo-cake-mathConfig
You can config by math in hexo theme or data config files.
In hexo or theme:
math:
per_page: false
engine: mathjaxIn math.yml data file:
per_page: false
engine: mathjaxYou can find more info in default config file.
Debug
# init this project
yarn install
yarn link
# get example
git clone --recursive git@github.com:jiangtj-lab/hexo-theme-cake-example.git example
cd example
yarn install
# add test link
yarn add hexo-cake-math
yarn link hexo-cake-math
# run, see http://localhost:4000
hexo s