phoenixcw / hexo-renderer-mathjax

MathJax Renderer Plugin for Hexo
MIT License
36 stars 14 forks source link

Update index.js #2

Closed ntalbs closed 9 years ago

ntalbs commented 9 years ago

hexo.file is undefined in Hexo 3.0. You should use hexo-fs instead.

fwz commented 9 years ago

Please also add "hexo-fs" into package.json, I get the following error message when without the dependency declaration.

$ hexo generate --watch
ERROR Plugin load failed: hexo-renderer-mathjax
Error: Cannot find module 'hexo-fs'