20 lines
442 B
JSON
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"
|
|
]
|
|
}
|