Upgrade RSS dep
This commit is contained in:
parent
df8fb9b546
commit
c5045eb8f3
@ -33,24 +33,18 @@ export default async function(eleventyConfig) {
|
|||||||
|
|
||||||
// Official plugins
|
// Official plugins
|
||||||
eleventyConfig.addPlugin(feedPlugin, {
|
eleventyConfig.addPlugin(feedPlugin, {
|
||||||
files: {
|
outputPath: "/feed/feed.xml",
|
||||||
json: "/feed/feed.json",
|
stylesheet: "pretty-atom-feed.xsl",
|
||||||
atom: "/feed/feed.xml",
|
|
||||||
// "rss": "/feed/rss.xml",
|
|
||||||
},
|
|
||||||
stylesheet: {
|
|
||||||
atom: "pretty-atom-feed.xsl",
|
|
||||||
},
|
|
||||||
templateData: {
|
templateData: {
|
||||||
atom: {
|
eleventyNavigation: {
|
||||||
eleventyNavigation: {
|
key: "Feed",
|
||||||
key: "Feed",
|
order: 3
|
||||||
order: 3
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
collectionName: "posts",
|
collection: {
|
||||||
limit: 10,
|
name: "posts",
|
||||||
|
limit: 10,
|
||||||
|
},
|
||||||
metadata: {
|
metadata: {
|
||||||
language: "en",
|
language: "en",
|
||||||
title: "Blog Title",
|
title: "Blog Title",
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
"@11ty/eleventy": "3.0.0-alpha.10",
|
"@11ty/eleventy": "3.0.0-alpha.10",
|
||||||
"@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.5",
|
"@11ty/eleventy-plugin-rss": "^2.0.0-beta.6",
|
||||||
"@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