hexo-cake-math

## How to use ```bash yarn add hexo-cake-math ```


License
LGPL-3.0
Install
npm install hexo-cake-math@1.0.2

Documentation

hexo-cake-math

How to use

yarn add hexo-cake-math

Config

You can config by math in hexo theme or data config files.

In hexo or theme:

math:
  per_page: false
  engine: mathjax

In math.yml data file:

per_page: false
engine: mathjax

You 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