参考网址
https://hexo.io/zh-cn/docs/
安装前提
1.git
2.nodejs
安装
npm install -g hexo-cli

建站
hexo init myblog
cd myblog
npm install

启动并测试
hexo s

默认地址http://localhost:4000

新建文章
hexo new 测试文章

设置好typeora并打开md文件修改

设置图像保存目录

效果

微信扫一扫
https://hexo.io/zh-cn/docs/
1.git
2.nodejs
npm install -g hexo-cli

hexo init myblog
cd myblog
npm install

hexo s

默认地址http://localhost:4000

hexo new 测试文章


设置图像保存目录


相关推荐