hexo部署使用 2021-01-21 工具 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. 部署过程参考链接 123https://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