Welcome to Hexo and my blog!

This is my very first post. As part of my new year resolution, I would want to keep a track of my development on the upcoming year.

Please check documentation for more info. I will also keep updating on the following along with configuring this blog.

A special thanks to the theme provider: Apollo.

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server or $ hexo s

More info: Server

Generate static files

1
$ hexo generate or $ hexo g

More info: Generating

Deploy to remote sites

1
$ hexo deploy or hexo d

Also you can combine the command together as below:

1
$ hexo d -g

More info: Deployment