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" |
If you want to write a draft
1 | $ hexo new draft "My New Draft" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
Before deployment, you’d better use1
$ hexo clean
Change the display in Home page
If you don’t want to show the full article, it can be realised by modifying the settingauto_excerpt
in the _config.yml
file.
More info: Deployment