Updates for 0.2.14

This commit is contained in:
Zach Leatherman 2018-02-17 12:36:26 -06:00
parent 3501428516
commit 1c573d0d6d
3 changed files with 19 additions and 19 deletions

View File

@ -19,14 +19,14 @@ module.exports = function(eleventyConfig) {
});
});
eleventyConfig.addPassthroughCopy("img");
eleventyConfig.addPassthroughCopy("css");
return {
templateFormats: [
"md",
"njk",
"html",
"png",
"jpg",
"css"
"html"
],
// If your site lives in a different subdirectory, change this.

View File

@ -1,15 +1,15 @@
{
"title": "Your Blog Name",
"url": "https://myurl.com/",
"feed": {
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
"filename": "feed.xml",
"path": "feed/feed.xml",
"url": "https://myurl.com/feed/feed.xml",
"id": "https://myurl.com/"
},
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com"
}
}
"title": "Your Blog Name",
"url": "https://myurl.com/",
"feed": {
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"url": "https://myurl.com/feed/feed.xml",
"id": "https://myurl.com/"
},
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com"
}
}

View File

@ -22,7 +22,7 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"dependencies": {
"@11ty/eleventy": "0.2.13",
"@11ty/eleventy": "0.2.14",
"@11ty/eleventy-plugin-rss": "^1.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.0",
"luxon": "^0.3.1",