hexo用什么文章编辑器比较好
https://jaredforsyth.com/hexo-admin/
安装hexo admin 插件
执行以下命令即可
Setup hexo & create a blog
npm install -g hexo
cd ~/
hexo init my-blog
cd my-blog
npm installInstall the admin & start things up
npm install –save hexo-admin
hexo server -d
open http://localhost:4000/admin/
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 520jieshuo的博客!