文章目录
  1. 1. Hexo
    1. 1.1. Features
    2. 1.2. Installation
    3. 1.3. Quick Start
    4. 1.4. More Information
    5. 1.5. License

Hexo

Build Status NPM version Coverage Status Build status

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

1
$ npm install hexo-cli -g

Quick Start

Setup your blog

1
2
$ hexo init blog
$ cd blog

Start the server

1
$ hexo server

Create a new post

1
$ hexo new "Hello Hexo"

Generate static files

1
$ hexo generate

More Information

License

MIT

文章目录
  1. 1. Hexo
    1. 1.1. Features
    2. 1.2. Installation
    3. 1.3. Quick Start
    4. 1.4. More Information
    5. 1.5. License