UNPKG

618 BMarkdownView Raw
1# Feed generator plugin for [Hexo]
2
3This plugin can generate Atom 1.0.
4
5## Usage
6
7### Install
8
9```
10npm install hexo-generator-feed --save
11```
12
13### Enable
14
15Add `hexo-generator-feed` to `plugins` in `_config.yml`.
16
17``` yaml
18plugins:
19- hexo-generator-feed
20```
21
22### Disable
23
24Remove `hexo-generator-feed` from `plugins` in `_config.yml`.
25
26``` yaml
27plugins:
28- hexo-generator-feed
29```
30
31### Update
32
33Execute the following command.
34
35```
36npm update
37```
38
39### Uninstall
40
41Execute the following command. Don't forget to disable the plugin before uninstalling.
42
43```
44npm uninstall hexo-generator-feed
45```
46
47[Hexo]: http://zespia.tw/hexo
\No newline at end of file