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

or

1
$ hexo s

More info: Server

πŸ”—Generate static files

1
$ hexo generate

or

1
$ hexo g

More info: Generating

πŸ”—Deploy to remote sites

1
$ hexo deploy

or

1
$ hexo d

More info: Deployment