---json { "permalink": "feed.xml", "eleventyExcludeFromCollections": true, "metadata": { "title": "indrajith.dev", "subtitle": "This site is where I write about my fun side projects, R&D's, random thoughts, game development etc.", "language": "en", "url": "https://indrajith.dev/", "author": { "name": "Indrajith K L", "email": "indrajith@indrajith.dev" } } } --- {{ metadata.title }} {{ metadata.url }} {{ metadata.subtitle }} {{ metadata.language }} {%- for post in collections.posts | reverse %} {%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %} {{ post.data.title }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} {{ post.date | dateToRfc822 }} {{ metadata.author.name }} {{ absolutePostUrl }} {%- endfor %}