Hello World

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
2
3
$ hexo server
or
$ hexo s

More info: Server

Generate static files

1
2
3
$ hexo generate
or
$ hexo g

More info: Generating

Deploy to remote sites

1
2
3
$ hexo deploy
or
$ hexo d

Before deployment, you’d better use

1
$ 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 setting
auto_excerpt in the _config.yml file.

More info: Deployment