Update deps
This commit is contained in:
parent
f7feb1676b
commit
c1d0bf9301
@ -32,6 +32,14 @@ export default async function(eleventyConfig) {
|
|||||||
// eleventyConfig.addBundle("js");
|
// eleventyConfig.addBundle("js");
|
||||||
|
|
||||||
// Official plugins
|
// Official plugins
|
||||||
|
eleventyConfig.addPlugin(pluginSyntaxHighlight, {
|
||||||
|
preAttributes: { tabindex: 0 }
|
||||||
|
});
|
||||||
|
eleventyConfig.addPlugin(pluginNavigation);
|
||||||
|
eleventyConfig.addPlugin(HtmlBasePlugin);
|
||||||
|
eleventyConfig.addPlugin(InputPathToUrlTransformPlugin);
|
||||||
|
|
||||||
|
// Atom Feed
|
||||||
eleventyConfig.addPlugin(feedPlugin, {
|
eleventyConfig.addPlugin(feedPlugin, {
|
||||||
outputPath: "/feed/feed.xml",
|
outputPath: "/feed/feed.xml",
|
||||||
stylesheet: "pretty-atom-feed.xsl",
|
stylesheet: "pretty-atom-feed.xsl",
|
||||||
@ -51,19 +59,11 @@ export default async function(eleventyConfig) {
|
|||||||
subtitle: "This is a longer description about your blog.",
|
subtitle: "This is a longer description about your blog.",
|
||||||
base: "https://example.com/",
|
base: "https://example.com/",
|
||||||
author: {
|
author: {
|
||||||
name: "Your Name",
|
name: "Your Name"
|
||||||
email: "me@example.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addPlugin(pluginSyntaxHighlight, {
|
|
||||||
preAttributes: { tabindex: 0 }
|
|
||||||
});
|
|
||||||
eleventyConfig.addPlugin(pluginNavigation);
|
|
||||||
eleventyConfig.addPlugin(HtmlBasePlugin);
|
|
||||||
eleventyConfig.addPlugin(InputPathToUrlTransformPlugin);
|
|
||||||
|
|
||||||
// Image optimization: https://www.11ty.dev/docs/plugins/image/#eleventy-transform
|
// Image optimization: https://www.11ty.dev/docs/plugins/image/#eleventy-transform
|
||||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||||
// File extensions to process in _site folder
|
// File extensions to process in _site folder
|
||||||
|
@ -34,10 +34,10 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "3.0.0-alpha.11",
|
"@11ty/eleventy": "3.0.0-alpha.13",
|
||||||
"@11ty/eleventy-img": "5.0.0-beta.4",
|
"@11ty/eleventy-img": "5.0.0-beta.4",
|
||||||
"@11ty/eleventy-navigation": "^0.3.5",
|
"@11ty/eleventy-navigation": "^0.3.5",
|
||||||
"@11ty/eleventy-plugin-rss": "^2.0.0-beta.7",
|
"@11ty/eleventy-plugin-rss": "2.0.0-beta.8",
|
||||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||||
"luxon": "^3.4.4",
|
"luxon": "^3.4.4",
|
||||||
"markdown-it-anchor": "^8.6.7",
|
"markdown-it-anchor": "^8.6.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user