Hello World

Yeah, the first blog must be the hello world style. Play with Octopress like a years ago, but found out it’s not that interesting.
But I found hexo, it’s more simple and well done than Octopress. Stay tune and see what’s going on.
And why this little github pages sound so special to the developer? Because it’s my own land, it’s not from some big company like google, yahoo and facebook. It’s make & build & write by us. So as a junior code farmer(码农), it’s time to farm my own land.
Cheers.


More about Hexo

Yeh, It’s Powered by Node.js

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Deploy to remote sites after generate

Quick tip: you can setup your github repo in _config.yml, for example

1
2
3
4
deploy:
type: github
repo: 'your repo link https/ssh'
branch: master

After all the setup is done, try to run command hexo generate --deploy and have fun

More info: Deployment