Welcome to a website created with Hexo! This is the very first post. To memorialize it, I named him “Hello World”.

Check documentation for more info. If 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

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

PS:

As you can see, this article is mostly created by Hoxe, a useful tool to build a blog. I keep this page not only to show my gratitude, but also to help me when I forget how to use it. If you also want to set up a personal blog, you can try it! And remember, the official manual is always the best choice when you want to learn something.