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.
Quick Start
新建文章
1 | $ hexo new "日记" |
More info: Writing
本地预览
1 | $ hexo server |
More info: Server
部署GitHub三步走
1、清除缓存
1 | $ hexo clean |
More info: Clean
2、生成静态页面至public目录
1 | $ hexo generate |
More info: Generating
3、将.deploy目录部署到GitHub
1 | $ hexo deploy |
4、主题
More info: Deployment