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 上咨询。

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 部署至远程站点

$ hexo deploy

More info: Deployment