based on https://hexo.io
Customized Beautiful Hexo https://github.com/twoyao/beautiful-hexo
yarn global add hexo-cli
yarn install
npm run dev
The blog is auto deployed via travis-ci on push to master.
Manual deploy goes as follows.
# build and deploy to gh-pages branch
npm run deploy