hexo部署使用

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.

部署过程参考链接

1
2
3
https://blog.cofess.com/2017/11/01/hexo-blog-theme-pure-usage-description.html // 部署文档
http://blog.iwwee.com/posts/hexo-optimize.html // 优化
https://hexo.io/zh-cn/docs/syntax-highlight.html // 代码高亮

create article in dir source/_posts

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

Deploy to remote sites

1
$ hexo clean ;hexo generate;hexo deploy