jekyll-json-feed icon indicating copy to clipboard operation
jekyll-json-feed copied to clipboard

A Jekyll plugin to generate a JSON (RSS-like) feed of your Jekyll posts

Results 1 jekyll-json-feed issues
Sort by recently updated
recently updated
newest added

See [this section](https://jekyllrb.com/docs/posts/#post-excerpts) of the Jekyll documentation on post excerpts. If I set the following in `_config.yml`: ``` ... feed: excerpt_only: true excerpt_separator: ... ``` I expect to see only...