This commit is contained in:
@ -66,6 +66,7 @@ export default async function(eleventyConfig) {
|
||||
eleventyConfig.addPlugin(feedPlugin, {
|
||||
type: "atom", // or "rss", "json"
|
||||
outputPath: "/feed.xml",
|
||||
stylesheet: "/feed.xsl",
|
||||
collection: {
|
||||
name: "posts", // iterate over `collections.posts`
|
||||
limit: 10, // 0 means no limit
|
||||
|
||||
Reference in New Issue
Block a user