hexo搭建
开始
1 | npm config set registry https://registry.npmmirror.com |
1 | npm install hexo-cli -g |
修改package.json 启动端口,默认是4000
1 | "server": "hexo server -p 4001" |
主题配置文档
https://butterfly.js.org/posts/21cfbf15/
参考
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 树灼的博客!


