added data file for metadata

This commit is contained in:
Claudia Reynders 2022-04-24 14:59:47 +02:00
parent c4ed92a057
commit ad16a64405
1 changed files with 11 additions and 0 deletions

11
src/_data/metadata.json Normal file
View File

@ -0,0 +1,11 @@
{
"title": "Blog name",
"url": "https://blog.com",
"language": "en",
"description": "A not so minimal starter for building a website + blog using the Eleventy static site generator.",
"author": {
"name": "firstname lastname",
"email": "hello@blog.com",
"url": "https://blog.com/about/"
}
}