xmitter-11ty/_data/metadata.json

21 lines
565 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://example.com/",
"description": "I am writing about my experiences as a naval navel-gazer.",
2018-02-17 13:36:26 -05:00
"feed": {
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"id": "https://example.com/"
2018-02-17 13:36:26 -05:00
},
2019-10-30 14:24:59 -04:00
"jsonfeed": {
"path": "/feed/feed.json",
"url": "https://example.com/feed/feed.json"
2019-10-30 14:24:59 -04:00
},
2018-02-17 13:36:26 -05:00
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com",
"url": "https://example.com/about-me/"
2018-06-20 23:43:11 -04:00
}
2018-02-17 13:36:26 -05:00
}