xmitter-11ty/_data/metadata.json
2018-06-11 08:08:15 -05:00

20 lines
442 B
JSON

{
"title": "Your Blog Name",
"url": "https://myurl.com/",
"feed": {
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"url": "https://myurl.com/feed/feed.xml",
"id": "https://myurl.com/"
},
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com"
},
"tagPages": [
"another-tag",
"second-tag"
]
}