Installation Coding Guidelines For Front-End Developers.
Install dependencies:
$ git clone git@github.com:lidianhao123/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