Installation Coding Guidelines For Front-End Developers.
Install dependencies:
$ git clone https://github.com/o2team/guide.git
$ cd guide
$ npm install
Generate:
$ hexo g
Run server:
$ hexo s --watch
- Generate and optimize assets
gulp
- Deploy to the gh-pages branch
hexo d -g