hexo博客搭建常用命令

matery主题中 的代码块中花括号被转义为 &#123 与 &#125。
在这里插入图片描述

解决:(为解决这个查了1个小时)
在hexo-prism-plugin/src/index.js的map修改
在这里插入图片描述

参考:https://blog.csdn.net/weixin_47617631/article/details/121425697

插入图片语法

![](/cover/blogimg/0.jpg)

新建文章

hexo new "文章名"

编译

hexo g

本地调试

hexo s

部署到github

hexo d

清除public

hexo c
posted @ 2023-05-10 22:18  昊月光华  阅读(4)  评论(0)    收藏  举报  来源