Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 895 Bytes

File metadata and controls

53 lines (36 loc) · 895 Bytes

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 hexo

Getting Started

Setup a project:

hexo init project && cd project

Create a new article:

hexo new_post title

Generate static files:

hexo generate

Start the server:

hexo server

Next Step

Interested? Check the documentation for more info!