Upgrade RSS dep
This commit is contained in:
parent
df8fb9b546
commit
c5045eb8f3
@ -33,24 +33,18 @@ export default async function(eleventyConfig) {
|
||||
|
||||
// Official plugins
|
||||
eleventyConfig.addPlugin(feedPlugin, {
|
||||
files: {
|
||||
json: "/feed/feed.json",
|
||||
atom: "/feed/feed.xml",
|
||||
// "rss": "/feed/rss.xml",
|
||||
},
|
||||
stylesheet: {
|
||||
atom: "pretty-atom-feed.xsl",
|
||||
},
|
||||
outputPath: "/feed/feed.xml",
|
||||
stylesheet: "pretty-atom-feed.xsl",
|
||||
templateData: {
|
||||
atom: {
|
||||
eleventyNavigation: {
|
||||
key: "Feed",
|
||||
order: 3
|
||||
}
|
||||
eleventyNavigation: {
|
||||
key: "Feed",
|
||||
order: 3
|
||||
}
|
||||
},
|
||||
collectionName: "posts",
|
||||
limit: 10,
|
||||
collection: {
|
||||
name: "posts",
|
||||
limit: 10,
|
||||
},
|
||||
metadata: {
|
||||
language: "en",
|
||||
title: "Blog Title",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"@11ty/eleventy": "3.0.0-alpha.10",
|
||||
"@11ty/eleventy-img": "5.0.0-beta.4",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.0-beta.5",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.0-beta.6",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"luxon": "^3.4.4",
|
||||
"markdown-it-anchor": "^8.6.7",
|
||||
|
Loading…
Reference in New Issue
Block a user