commit 9b95d1b81e278aef0fe091f36ee03f8195888f89
parent 6ca6821b1390a87d6bfb402509ffd3662d1095b1
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Fri, 9 Nov 2018 15:24:50 -0500
Add a mustache for json feed
Diffstat:
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/templates/feed/json.mustache b/templates/feed/json.mustache
@@ -0,0 +1,21 @@
+{
+"version": "https://jsonfeed.org/version/1",
+"user_comment": "This feed allows you to read the posts from this site in any feed reader that supports the JSON Feed format. To add this feed to your reader, copy the following URL -- https://furbo.org/feed/json -- and add it your reader.",
+"home_page_url": "https://furbo.org",
+"feed_url": "https://furbo.org/feed/json",
+"title": "furbo.org",
+"description": "by Craig Hockenberry",
+"items": [
+{
+"id": "https://furbo.org/2018/09/04/software-survival/",
+"url": "https://furbo.org/2018/09/04/software-survival/",
+"title": "Software Survival",
+"content_html": "",
+"date_published": "2018-09-04T19:56:12+00:00",
+"date_modified": "2018-09-04T19:56:12+00:00",
+"author": {
+"name": "Craig Hockenberry"
+}
+},
+],
+}