✨ also I used @11ty/eleventy-plugin-rss to add an RSS feed to my personal site, for those of you that prefer your content 💫 xml serialized 💫!
henry.codes/feed.xml
side note: I used a Nunjucks template per the plugin docs (github.com/xdesro/soon/blob/main/src/rss.njk) — I actually tried to use Vue templates first, but ran into some issues with the Vue renderer stripping the trailing slash of <link /> tags, and outputting invalid XML by extension.