0
点赞
收藏
分享

微信扫一扫

用hexo搭建本地博客写笔记

追梦人的自留地 2022-01-07 阅读 58

参考网址

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文件修改

在这里插入图片描述
设置图像保存目录
在这里插入图片描述

效果

在这里插入图片描述

举报

相关推荐

0 条评论