Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rknightuk/hexo-generator-json-feed-org
Hexo plugin to generate a JSON feed as per the jsonfeed.org specification
https://github.com/rknightuk/hexo-generator-json-feed-org
feed hexo jsonfeed plugin
Last synced: about 2 months ago
JSON representation
Hexo plugin to generate a JSON feed as per the jsonfeed.org specification
- Host: GitHub
- URL: https://github.com/rknightuk/hexo-generator-json-feed-org
- Owner: rknightuk
- License: other
- Created: 2017-05-18T13:42:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T16:55:16.000Z (about 7 years ago)
- Last Synced: 2024-05-19T00:43:21.150Z (8 months ago)
- Topics: feed, hexo, jsonfeed, plugin
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Modified version of [hexo-generator-json-feed](https://github.com/alexbruno/hexo-generator-json-feed) to meet the [JSON feed](https://jsonfeed.org/) specification.
# hexo-generator-json-feed-org
[Hexo](https://hexo.io/) plugin to generate a valid JSON feed (https://jsonfeed.org/)## Installation and usage
```bash
npm i -S hexo-generator-json-feed-org
```Hexo will run the generator automatically when you run `hexo serve` or `hexo generate`.
## Configuration
Add the following to your `_config.yml` file to customise the feed
```yaml
jsonFeed:
limit: 25
name: 'custom'
```- `limit` - The amount of items shown in the feed, if this doesn't exists, all posts will be shown
- `name` - default: `feed`