Update to 2.0.0-beta.2

This commit is contained in:
Zach Leatherman
2023-01-26 17:17:58 -06:00
parent 851eafdc4c
commit 3b5baa5bfc
2 changed files with 2 additions and 2 deletions

11
_data/metadata.js Normal file
View File

@ -0,0 +1,11 @@
module.exports = {
"title": "Eleventy Base Blog v8",
"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/"
}
}