Hexo and GitHub
Installation
1$ npm install hexo-cli -gQuick Start
Setup your blog12$ hexo init blog$ cd blogStart the server
1$ hexo serverCreate a new post
1$ hexo new "Hello Hexo"Generate static files
1$ hexo generateuse git
1npm install hexo-deployer-git –savehexo 插件
12345678910111213$ npm install hexo-generator-index --save$ npm install hexo-generator-archive --save$ npm install hexo-generator-category --save$ npm install hexo-generator-tag --save$ npm install hexo-server --save$ npm install hexo-deployer-git --save$ npm install hexo-deployer-heroku --save$ npm install hexo-deployer-rsync --save$ npm install hexo-deployer-openshift --save$ npm install hexo-renderer-marked --save$ npm install hexo-renderer-stylus --save$ npm install hexo-generator-feed --save$ npm install hexo-generator-sitemap --save