revert: "test: add test case for issue #4334" (#5475)
[hexo.git] / README.md
blob1e507d6eda31cf1ab3012af628ac50a8b877688f
1 <img src="https://raw.githubusercontent.com/hexojs/logo/master/hexo-logo-avatar.png" alt="Hexo logo" width="100" height="100" align="right" />
3 # Hexo
5 > A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org).
7 [Website](https://hexo.io) |
8 [Documentation](https://hexo.io/docs/) |
9 [Installation Guide](https://hexo.io/docs/#Installation) |
10 [Contribution Guide](https://hexo.io/docs/contributing) |
11 [Code of Conduct](CODE_OF_CONDUCT.md) |
12 [API](https://hexo.io/api/) |
13 [Twitter](https://twitter.com/hexojs)
15 [![NPM version](https://badge.fury.io/js/hexo.svg)](https://www.npmjs.com/package/hexo)
16 ![Required Node version](https://img.shields.io/node/v/hexo)
17 [![Build Status](https://github.com/hexojs/hexo/workflows/Tester/badge.svg)](https://github.com/hexojs/hexo/actions?query=workflow%3ATester)
18 [![dependencies Status](https://img.shields.io/librariesio/release/npm/hexo)](https://libraries.io/npm/hexo)
19 [![Coverage Status](https://coveralls.io/repos/hexojs/hexo/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo?branch=master)
20 [![Gitter](https://badges.gitter.im/hexojs/hexo.svg)](https://gitter.im/hexojs/hexo)
21 [![Discord Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/teM2Anj)
22 [![Telegram Chat](https://img.shields.io/badge/chat-on%20telegram-32afed.svg)](https://t.me/hexojs)
23 [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhexojs%2Fhexo.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_shield)
24 [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
26 ## Features
28 - Blazing fast generating
29 - Support for GitHub Flavored Markdown and most Octopress plugins
30 - One-command deploy to GitHub Pages, Heroku, etc.
31 - Powerful API for limitless extensibility
32 - Hundreds of [themes](https://hexo.io/themes/) & [plugins](https://hexo.io/plugins/)
34 ## Quick Start
36 **Install Hexo**
38 ``` bash
39 $ npm install hexo-cli -g
40 ```
42 Install with [brew](https://brew.sh/) on macOS and Linux:
44 ```bash
45 $ brew install hexo
46 ```
48 **Setup your blog**
50 ``` bash
51 $ hexo init blog
52 $ cd blog
53 ```
55 **Start the server**
57 ``` bash
58 $ hexo server
59 ```
61 **Create a new post**
63 ``` bash
64 $ hexo new "Hello Hexo"
65 ```
67 **Generate static files**
69 ``` bash
70 $ hexo generate
71 ```
73 ## More Information
75 - Read the [documentation](https://hexo.io/)
76 - Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
77 - Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)
78 - Join discussion on [Google Group](https://groups.google.com/group/hexo), [Discord](https://discord.gg/teM2Anj), [Gitter](https://gitter.im/hexojs/hexo) or [Telegram](https://t.me/hexojs)
79 - See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
80 - Follow [@hexojs](https://twitter.com/hexojs) for latest news
82 ## Contributing
84 We welcome you to join the development of Hexo. Please see [contributing document](https://hexo.io/docs/contributing). ðŸ¤—
86 Also, we welcome PR or issue to [official-plugins](https://github.com/hexojs).
88 ## Contributors
90 [![](https://opencollective.com/Hexo/contributors.svg?width=890)](https://github.com/hexojs/hexo/graphs/contributors)
92 ## Backers
94 [![Backers](https://opencollective.com/hexo/tiers/backers.svg?avatarHeight=36&width=600)](https://opencollective.com/hexo)
96 ## Sponsors
98 [![Sponsors](https://opencollective.com/hexo/tiers/sponsors.svg?width=600)](https://opencollective.com/hexo)
100 ## License
102 [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhexojs%2Fhexo.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)