atom feed stylesheet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-07-29 14:56:25 -07:00
parent 7a30ee3216
commit 33ad5815a7
3 changed files with 124 additions and 0 deletions

View File

@ -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