You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support for GitHub Flavored Markdown and most Octopress plugins
18
29
- One-command deploy to GitHub Pages, Heroku, etc.
19
-
- Powerful plugin system
30
+
- Powerful API for limitless extensibility
31
+
- Hundreds of [themes](https://hexo.io/themes/) & [plugins](https://hexo.io/plugins/)
20
32
21
-
## Installation
33
+
## Quick Start
34
+
35
+
**Install Hexo**
22
36
23
37
```bash
24
38
$ npm install hexo-cli -g
25
39
```
26
40
27
-
## Quick Start
28
-
29
41
**Setup your blog**
30
42
31
43
```bash
@@ -53,10 +65,10 @@ $ hexo generate
53
65
54
66
## More Information
55
67
56
-
- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
57
68
- Read the [documentation](https://hexo.io/)
69
+
- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
58
70
- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)
59
-
- Join discussion on [Google Group](https://groups.google.com/group/hexo)
71
+
- 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)
60
72
- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
61
73
- Follow [@hexojs](https://twitter.com/hexojs) for latest news
62
74
@@ -66,14 +78,18 @@ We welcome you to join the development of Hexo. Please see [contributing documen
66
78
67
79
Also, we welcome PR or issue to [official-plugins](https://github.com/hexojs).
0 commit comments