UNPKG

2.01 kBMarkdownView Raw
1# Hexo
2
3[![Build Status](https://travis-ci.org/hexojs/hexo.svg?branch=master)](https://travis-ci.org/hexojs/hexo) [![NPM version](https://badge.fury.io/js/hexo.svg)](http://badge.fury.io/js/hexo) [![Coverage Status](https://coveralls.io/repos/hexojs/hexo/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo?branch=master) [![Build status](https://ci.appveyor.com/api/projects/status/hpx3lduqjj2t6uqq/branch/master?svg=true)](https://ci.appveyor.com/project/tommy351/hexo/branch/master) [![Gitter](https://badges.gitter.im/hexojs/hexo.svg)](https://gitter.im/hexojs/hexo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Discord Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/teM2Anj)
4[![dependencies Status](https://david-dm.org/hexojs/hexo/status.svg)](https://david-dm.org/hexojs/hexo) [![devDependencies Status](https://david-dm.org/hexojs/hexo/dev-status.svg)](https://david-dm.org/hexojs/hexo?type=dev)
5
6A fast, simple & powerful blog framework, powered by [Node.js](http://nodejs.org).
7
8## Features
9
10- Blazing fast generating
11- Support for GitHub Flavored Markdown and most Octopress plugins
12- One-command deploy to GitHub Pages, Heroku, etc.
13- Powerful plugin system
14
15## Installation
16
17``` bash
18$ npm install hexo-cli -g
19```
20
21## Quick Start
22
23**Setup your blog**
24
25``` bash
26$ hexo init blog
27$ cd blog
28```
29
30**Start the server**
31
32``` bash
33$ hexo server
34```
35
36**Create a new post**
37
38``` bash
39$ hexo new "Hello Hexo"
40```
41
42**Generate static files**
43
44``` bash
45$ hexo generate
46```
47
48## More Information
49
50- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
51- Read the [documentation](https://hexo.io/)
52- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)
53- Join discussion on [Google Group](https://groups.google.com/group/hexo)
54- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
55- Follow [@hexojs](https://twitter.com/hexojs) for latest news
56
57## License
58
59MIT