目录
Step 0: 基本了解 + 准备工作
- 我们打开hexo所在目录 -> source -> _posts, 可以看到一个hello-world.md文件,这就是hexo自动帮我们生成的第一篇文章。
- 回到hexo文件夹,就是里面有_config.yml, source, themes等等的那个。
- 用hexo server来启动本地预览,在浏览器输入http://localhost:4000/即可。
Step 1: 创建.md类型的文章
创建.md文章方式。
(推荐使用)
1.通过csdn,查看
2.通过atom软件
3.通过sublime
Step 2: 放在文章管理目录下
放入hexo所在目录 -> source -> _posts下