We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70971e commit f66c4dfCopy full SHA for f66c4df
2 files changed
.eleventy.js
@@ -2,6 +2,7 @@ const pluginRss = require("@11ty/eleventy-plugin-rss");
2
const htmlmin = require("html-minifier");
3
4
module.exports = function(eleventyConfig) {
5
+ // 11ty plugins
6
eleventyConfig.addPlugin(pluginRss);
7
8
// run these configs in production only
package.json
@@ -20,8 +20,11 @@
20
},
21
"homepage": "https://github.com/benkutil/benkutil.github.io#readme",
22
"devDependencies": {
23
- "@11ty/eleventy": "^1.0.2",
+ "@11ty/eleventy": "^2.0.0-beta.3",
24
"@11ty/eleventy-plugin-rss": "^1.2.0",
25
"html-minifier": "^4.0.0"
26
+ },
27
+ "dependencies": {
28
+ "@11ty/eleventy-upgrade-help": "^2.0.5"
29
}
30
0 commit comments