Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.19 KB

Hexo

Build Status NPM version

A fast, simple & powerful blog framework, powered by Node.js.

Features

  • Blazing fast generating
  • Support for GitHub Flavored Markdown and most Octopress plugins
  • One-command deploy to GitHub Pages, Heroku, etc.
  • Powerful plugin system

Installation

$ npm install hexo -g

Quick Start

Setup your blog

$ hexo init blog
$ cd blog
$ npm install

Start the server

$ hexo server

Create a new post

$ hexo new "Hello Hexo"

Generate static files

$ hexo generate

More Information

License

MIT