hexo博客搭建常用命令

matery主题中 的代码块中花括号被转义为 { 与 }。

解决:(为解决这个查了1个小时)
在hexo-prism-plugin/src/index.js的map修改

参考:https://blog.csdn.net/weixin_47617631/article/details/121425697
插入图片语法

新建文章
hexo new "文章名"
编译
hexo g
本地调试
hexo s
部署到github
hexo d
清除public
hexo c

浙公网安备 33010602011771号