A fast, simple & powerful blog framework, powered by Node.js.
- 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
npm install -g hexonpm update -gSetup a project:
hexo init project && cd projectCreate a new article:
hexo new_post titleGenerate static files:
hexo generateStart the server:
hexo serverInterested? Check the documentation for more info!