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 { return {
templateFormats: [ templateFormats: [
"md", "md",
"njk", "njk",
"html", "html"
"png",
"jpg",
"css"
], ],
// If your site lives in a different subdirectory, change this. // If your site lives in a different subdirectory, change this.

View File

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

View File

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