based on https://hexo.io
Customized Beautiful Hexo https://github.com/twoyao/beautiful-hexo
yarn global add hexo-cli
yarn installnpm run devThe 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