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(快速开始)
Create a new post(新建一个博客)
1 | $ hexo new "My New Post" |
More info: Writing
更多信息访问: 写作
Run server (启动服务)
1 | $ hexo server |
Generate static files (生成静态文件)
1 | $ hexo generate |
More info: Generating
更多信息访问: 生成
Deploy to remote sites (部署到远程站点)
1 | $ hexo deploy |
More info: Deployment
更多信息访问: 部署