Hexo – A fast, simple and powerful blog framework

This post has been automatically generated. I use this blog to collect links that I have bookmarked. All activity is automated.

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

Update

npm update -g

Getting Started

Setup a project:

hexo init project
cd project

Create a new article:

hexo new "New Post"

Generate static files:

hexo generate

Start the server:

hexo server

Next Step

Interested? Check the documentation for more info!

via Hacker News http://zespia.tw/hexo/

Leave a comment

Filed under Auto

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s