Merge pull request #48 from benjifs/jsonfeed

JSON Feed
This commit is contained in:
Zach Leatherman
2020-07-27 11:30:43 -05:00
committed by GitHub
4 changed files with 51 additions and 0 deletions

View File

@ -8,6 +8,10 @@
"path": "/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"