my own first article

This is RubyZhuu’s first Article.

I use Hexo to build my blog. You can get into it quick if you know something about nodeJs.

After you install nodeJS, you just need 5 steps to init a blog:

1
2
3
4
5
$ npm install hexo-cli -g
$ hexo init blog //blog is the folder, you can take place with another
$ cd blog
$ npm install
$ hexo server