--- permalink: /blog/atom.xml eleventyExcludeFromCollections: true metadata: title: "Garrett's Blog" description: "Write-ups and musings by Garrett Mills, often technical, sometimes not." language: en base: "https://garrettmills.dev" author: name: "Garrett Mills" email: "shout@garrettmills.dev" --- {{ metadata.base }}/#about {{ metadata.title }} {{ collections.blog | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.author.name }} {{ metadata.author.email }} {{ metadata.base }}/#about {{ metadata.description }} {{ metadata.base }}/assets/favicon/apple-touch-icon.png {{ metadata.base }}/assets/favicon/favicon.ico Copyright (c) 2025 Garrett Mills. See website for licensing details. {%- for post in collections.blog %} {%- set absolutePostUrl = post.url | htmlBaseUrl(metadata.base) %} <![CDATA[{{ post.data.title }}]]> {{ absolutePostUrl }} {{ post.date | dateToRfc3339 }} {{ metadata.author.name }} {{ metadata.author.email }} {{ metadata.base }}/#about {{ post.content | renderTransforms(post.data.page, metadata.base) }} {%- endfor %}