We choose Hexo and Github pages for our engineering blog, which is a fast, simple & powerful blog framework, powered by Node.js. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting
- Blazing fast generating
- Support for GitHub Flavored Markdown and most Octopress plugins
- One-command deploy to GitHub Pages, Heroku, etc.
- Powerful plugin system
$ npm i
$ npm run newpost "My New Post"
More info: Writing
$ npm run admin
Then you have to open http://localhost:4000/admin/ More info: Admin
$ npm run deploy
More info: Deployment