Welcome to Hexo!
Translation note: This English version was translated by Codex (GPT-5) on 2026-04-20 18:01:46 CST. The source text is the corresponding Chinese post in this repository.
This is your very first post. Check the documentation for more information. If you run into any problems while using Hexo, you can look for answers in the troubleshooting guide or ask on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More information: Writing
Run the server
1 | $ hexo server |
More information: Server
Generate static files
1 | $ hexo generate |
More information: Generating
Deploy to remote sites
1 | $ hexo deploy |
More information: Deployment