Quantcast
Channel: Hacker News 50
Viewing all articles
Browse latest Browse all 9433

Hexo - Node.js blog framework

$
0
0

Comments:"Hexo - Node.js blog framework"

URL:http://zespia.tw/hexo/


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!


Viewing all articles
Browse latest Browse all 9433

Trending Articles