编写文章
命令方式
1 | hexo new test |
此时会在source/_posts
目录下生成test.md
文件,输入些许内容,然后保存.
直接方式
在 source/_posts/下新建一个.md
文件也可
为文章贴标签
配置确认
- 确认站点配置文件有
1 | tag_dir: tags |
- 确认主题配置文件有
1 | tags: tags |
成为一个厉害的普通人
1 | git clone https://github.com/iissnan/hexo-theme-next themes/next |
在网站配置文件_config.yml中,配置theme
1 | theme: next |
1 | #scheme: Muse |
去nodejs官网下载对应系统的安装包,按提示安装。
检验安装成功:
1 | node -v |
1 | npm install hexo-cli -g |
检验安装成功:
1 | hexo -v |