From 3c8ac5ebed71eca5302a11c09a1117f81db9137e Mon Sep 17 00:00:00 2001 From: Benji Encalada Mora Date: Wed, 30 Oct 2019 13:24:59 -0500 Subject: [PATCH] Add jsonfeed to metadata --- _data/metadata.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/metadata.json b/_data/metadata.json index 9fb34c4..7a0c03e 100644 --- a/_data/metadata.json +++ b/_data/metadata.json @@ -9,6 +9,10 @@ "url": "https://myurl.com/feed/feed.xml", "id": "https://myurl.com/" }, + "jsonfeed": { + "path": "/feed/feed.json", + "url": "https://myurl.com/feed/feed.json" + }, "author": { "name": "Your Name Here", "email": "youremailaddress@example.com"