hexo主题解决方案碎记
npm 报错
如果 Git 出现如下提示,则是 npm 版本问题
1 | [root@localhost VehicleExhaust_vue]# npm install ww-library-ve@1.1.68015 --save |
解决方案是安装最新版本的 npm
代码如下:
1 | npm install npm -g |
不支持复杂数学公式
如果当前 hexo 渲染器无法渲染复杂数学公式
可以选择更换 hexo 渲染器
卸载原先的 hexo 渲染器
1 | npm uni hexo-renderer-marked |
安装更高级的 hexo 渲染器
1 | npm install hexo-renderer-markdown-it-plus |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 二阶微分偏导!
