Upgrade a few deps, move a few things around. Remove the dual feeds (JSON still supported)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user