Comments:"Hexo - Node.js blog framework"
Features
- Incredibly fast - generate static files in a glance
- Markdown support
- Deploy to GitHub Pages& Heroku with only one command
- Ported Octopress plugins
- High extendibility & customizability
- Compatible with Windows, Mac & Linux
Install
npm install -g hexoUpdate
npm update -gGetting Started
Setup a project:
hexo init project cd projectCreate a new article:
hexo new "New Post"Generate static files:
hexo generateStart the server:
hexo serverNext Step
Interested? Check the documentation for more info!