xmitter-11ty/_data/metadata.json

15 lines
363 B
JSON
Raw Normal View History

2018-01-16 22:08:47 -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/"
},
2018-01-16 22:08:47 -05:00
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com"
2018-01-16 22:08:47 -05:00
}
}