-
In just a week, JSON feed has been gaining a lot of traction as an alternative RSS format. It should be added to the `GenerateFeeds` module.
https://jsonfeed.org/
-
Currently only atom/xml is supported, we need something like JSONfeed or protobuf mechanisms(discussed by @cmluciano and me) to deliver content.
-
A [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) could maybe take care of the checkout and commit/push steps, so this:
```yaml
name: Create too…
-
JSON Feed 总结了 RSS 和 Atom 的经验,并改用 JSON 来发布 feed,相比 XML 更加容易读写,也已经被很多阅读器和站点支持。
> JSON Feed: https://www.jsonfeed.org/
-
The jar files for `herd.jsonfeed.core/0.0.0` and `ceylon.ast.core/1.3.2` are `core-0.0.0.jar` and `core-1.3.2.jar` respectively.
Given that it is standard practice to bundle jars in a single `lib` …
-
Would be cool to have json feed support (https://jsonfeed.org).
-
I have matched the format of the JSON Feed in your example yet when I attempt to convert I get this error UnhandledPromiseRejectionWarning: Error: jsonfeed-to-atom: JSON feed version 1 required
-
1. in `_config.yml`
```
jsonFeed:
limit: 10
name: 'custom'
```
2. run `hexo server`, it will raise error
```
INFO Start processing
FATAL Something's wrong. Maybe you can find the solut…
-
With NetNewsWire 6.0a2 on macOS (similar on 6.0d5).
I have a JSON feed and an Atom feed for a single-author blog. Both have an “author” node at the root of the feed, and NNW displays the author for…
fvsch updated
3 weeks ago
-
There is no good way to programmatically determine that a JSON Feed is simply a JSON Feed version of a specific RSS Feed. This is particularly problematic when a site has multiple RSS feeds and multip…