0%

Start a Github Blog with Hexo

How to creat a blog with hexo

1
2
3
4
5
6
7
8
$ brew install node
$ npm -v
$ sudo npm install -g hexo-cli
$ hexo
$ hexo init ghblog
$ cd ghblog
$ npm install
$ hexo new post {post-name}