start of eleventy-base-blog that pairs with 0.2.8

This commit is contained in:
Zach Leatherman
2018-01-22 08:17:48 -06:00
parent 283df5ef4c
commit b9c0d87306
13 changed files with 193 additions and 87 deletions

View File

@ -1,11 +1,13 @@
{
"title": "Eleventy, the Blog",
"subtitle": "This is a sample project to showcase the Eleventy Static Site Generator.",
"feedurl": "https://11ty.io/feed/",
"url": "https://11ty.io/",
"id": "https://11ty.io/",
"title": "Your Blog Name",
"url": "https://myurl.com/",
"feed": {
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
"url": "https://myurl.com/feed/",
"id": "https://myurl.com/"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleat@zachleat.com"
"name": "Your Name Here",
"email": "youremailaddress@example.com"
}
}