xmitter-11ty/_data/metadata.js

12 lines
312 B
JavaScript
Raw Normal View History

2023-01-26 18:17:58 -05:00
module.exports = {
2023-01-23 16:04:47 -05:00
"title": "Eleventy Base Blog v8",
2023-01-23 12:37:44 -05:00
"url": "https://example.com/",
"language": "en",
"description": "I am writing about my experiences as a naval navel-gazer.",
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com",
"url": "https://example.com/about-me/"
}
2018-02-17 13:36:26 -05:00
}