UNPKG

1.79 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
5A fast, simple & powerful blog framework, powered by [Node.js](http://nodejs.org).
6
7## Features
8
9- Blazing fast generating
10- Support for GitHub Flavored Markdown and most Octopress plugins
11- One-command deploy to GitHub Pages, Heroku, etc.
12- Powerful plugin system
13
14## Installation
15
16``` bash
17$ npm install hexo-cli -g
18```
19
20## Quick Start
21
22**Setup your blog**
23
24``` bash
25$ hexo init blog
26$ cd blog
27```
28
29**Start the server**
30
31``` bash
32$ hexo server
33```
34
35**Create a new post**
36
37``` bash
38$ hexo new "Hello Hexo"
39```
40
41**Generate static files**
42
43``` bash
44$ hexo generate
45```
46
47## More Information
48
49- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
50- Read the [documentation](https://hexo.io/)
51- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)
52- Join discussion on [Google Group](https://groups.google.com/group/hexo)
53- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
54- Follow [@hexojs](https://twitter.com/hexojs) for latest news
55
56## License
57
58MIT