start-my-github-blod-with-hexo Posted on 2019-11-11 hexo is awesome. How to create blog with hexo12345678$ brew install node$ npm -v$ sudo npm install -g hexo-cli$ hexo$ hexo init ghblog$ cd ghblog$ npm install$ hexo new post {post-name}