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.

欢迎来到Hexo! 这是你的第一个文章. 检查 官方文档 可以获得更多的信息. 如果你对使用hexo有因为,你可以在troubleshooting中找到答案,或者在GitHub上的提问。

https://hexo.io/zh-cn/docs/

Quick Start

Create a new post - 新建一个文章

$ hexo new "My New Post"

More info: Writing

Run server - 本地预览效果

$ hexo server

More info: Server

Generate static files - 生成静态网页

$ hexo generate

More info: Generating

Deploy to remote sites - 提交到远程gitee/github

$ hexo deploy

More info: Deployment

清理,生成,提交 一气呵成

hexo c && hexo g && hexo d