chore: update to 11ty 1.0.0

This commit is contained in:
Stefan Imhoff
2022-03-22 12:01:51 +01:00
parent fb26ff7f44
commit 54faefb63d
3 changed files with 635 additions and 1106 deletions

View File

@@ -90,7 +90,7 @@ module.exports = function (config) {
layouts: 'layouts',
output: 'dist',
},
templateFormats: ['njk', 'md', '11ty.js', 'jpg', 'png', 'svg'],
templateFormats: ['njk', 'md', '11ty.js'],
htmlTemplateEngine: 'njk',
dataTemplateEngine: 'njk',
markdownTemplateEngine: 'njk',

1737
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@
"license": "ISC",
"homepage": "https://www.kogakure.de",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy": "1.0.0",
"autoprefixer": "^10.2.5",
"babelify": "^10.0.0",
"browserify": "^17.0.0",