add copyright data

This commit is contained in:
Matt DeCamp 2021-09-05 15:31:18 -04:00
parent 8c23e41e10
commit 2a850a7610

View file

@ -1,12 +1,12 @@
{ {
"name": "Eleventonia", "name": "Eleventonia",
"description": "A mildly opinionated Eleventy starter project", "description": "A mildly opinionated Eleventy starter project",
"url": "/", "url": "/",
"githubUrl": "https://github.com/mattdecamp/eleventonia", "githubUrl": "https://github.com/mattdecamp/eleventonia",
"authorName": "Matt DeCamp", "authorName": "Matt DeCamp",
"authorHandle": "@mpdecamp", "authorHandle": "@mpdecamp",
"authorEmail": "matt@happybear.dev", "authorEmail": "matt@happybear.dev",
"year": 2021, "yearCreated": 2021,
"socialImage": "/" "copyright": "2021 to present",
"socialImage": "/"
} }