Updates for 0.2.14
This commit is contained in:
parent
3501428516
commit
1c573d0d6d
@ -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.
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user