Nyxblog/_data/metadata.js

12 lines
312 B
JavaScript
Raw Normal View History

2023-01-26 17:17:58 -06:00
module.exports = {
2023-01-23 15:04:47 -06:00
"title": "Eleventy Base Blog v8",
2023-01-23 11:37:44 -06: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 12:36:26 -06:00
}