Upgrade a few deps, move a few things around. Remove the dual feeds (JSON still supported)

This commit is contained in:
Zach Leatherman
2024-10-01 15:42:41 -05:00
parent 07bd6d8aff
commit c8a2c186bc
6 changed files with 9 additions and 11 deletions

View File

@@ -47,8 +47,8 @@ export default async function(eleventyConfig) {
eleventyConfig.addPlugin(HtmlBasePlugin);
eleventyConfig.addPlugin(InputPathToUrlTransformPlugin);
// Atom Feed
eleventyConfig.addPlugin(feedPlugin, {
type: "atom", // or "rss", "json"
outputPath: "/feed/feed.xml",
stylesheet: "pretty-atom-feed.xsl",
templateData: {