1 进入E:\Hexo目录
2 hexo new “文章标题”
3 在source/_posts下会生成.md文件
4 打开文件(Typora,VScode等软件)进行文章编写并保存
5 hexo clean清理
6 hexo g生成
7 hexo d同步到服务器
Hello World
发表于
更新于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.