xmitter-11ty/_data/metadata.json

20 lines
442 B
JSON
Raw Normal View History

2018-01-16 22:08:47 -05:00
{
2018-02-17 13:36:26 -05:00
"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"
2018-06-11 09:08:15 -04:00
},
"tagPages": [
"another-tag",
"second-tag"
]
2018-02-17 13:36:26 -05:00
}