Welcome to Blog! This is my very first post.

Blog configuration reference:

Quick Start

Create a new post

1
$ hexo new "My New Post" || hexo n "new Post"

Run server

1
2
$ hexo server || hexo s
$ hexo s --draft

Generate static files

1
$ hexo generate || hexo g

Deploy to remote sites

1
$ hexo deploy || hexo d