Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Hexo plugin to generate a JSON feed as per the jsonfeed.org specification

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`