hexo-cake-math

1.0.2 • Public • Published

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

/hexo-cake-math/

    Package Sidebar

    Install

    npm i hexo-cake-math

    Weekly Downloads

    0

    Version

    1.0.2

    License

    LGPL-3.0

    Unpacked Size

    5.16 kB

    Total Files

    9

    Last publish

    Collaborators

    • jiangtj