Don't Worry, Be Happy

Hello World

Programmers always love “Hello World”

Thanks to my friend Zhiyue Zu ! He recommand me the GitHub Pages and Hexo to me. GitHub Pages support personal static website and hexo can generate personal blog easily. These things are easy to learn, without any cost. The instructions on the official website is enough for us to achieve a personal blog. Moreover, hexo support many themes like next, which is simple but beautiful. Personally, recommand these tools! Try and build your own blog!

not found :P

Following is the original page generated by hexo:

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