---json { "permalink": "feed.xml", "eleventyExcludeFromCollections": true, "metadata": { "title": "Gaiety's Life", "subtitle": "Programming, art, design, and other queer things.", "url": "https://gaiety.life/", "feedUrl": "https://gaiety.life/feed.xml", "author": { "name": "Ava Gaiety W.", "email": "ava@wroten.me" } } } --- {{ metadata.title }} {{ metadata.subtitle }} {{ collections.all | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.url }} {{ metadata.author.name }} {{ metadata.author.email }} {%- for post in collections.all %} {% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %} {{ post.data.title }} {{ post.date | dateToRfc3339 }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} {%- endfor %}