1.0.2 • Published 5 years ago

hexo-cake-math v1.0.2

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
5 years ago

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
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago