From 00e716789a778f89a24dfee9332c7d27724d1b07 Mon Sep 17 00:00:00 2001 From: mehbark Date: Sun, 25 Jan 2026 00:41:13 -0500 Subject: [PATCH] add atom feed --- eleventy.config.js | 18 ++++++++++++++++++ site-src/layout/page.njk | 2 ++ 2 files changed, 20 insertions(+) diff --git a/eleventy.config.js b/eleventy.config.js index 9a71144..777a925 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -24,6 +24,24 @@ export default function (eleventyConfig) { }, }); + eleventyConfig.addPlugin(feedPlugin, { + type: "atom", + outputPath: "/feed.xml", + collection: { + name: "post", + limit: 100, + }, + metadata: { + language: "en", + title: "terezi.pyrope.net", + subtitle: "mehbark posts about whatever", + base: "https://terezi.pyrope.net/", + author: { + name: "mehbark", + }, + }, + }); + eleventyConfig.addPlugin(IdAttributePlugin); eleventyConfig.setNunjucksEnvironmentOptions({ diff --git a/site-src/layout/page.njk b/site-src/layout/page.njk index b013c85..e9d7406 100644 --- a/site-src/layout/page.njk +++ b/site-src/layout/page.njk @@ -25,6 +25,8 @@ title: terezi.pyrope.net + +

T3R3Z1.PYROP3.N3T