1.0.5 • Published 13 years ago
ghexo v1.0.5
Hexo
A fast, simple & powerful blog framework, powered by Node.js.
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!