--- permalink: feed.xml eleventyExcludeFromCollections: true date: git Last Modified metadata: title: devon.lol subtitle: I write essays to no one about video games, technology, the internet, and other things in the world. language: en url: https://devon.lol/ author: name: Devon Campbell email: devon@devon.lol --- {% macro addEntry(title, relativeUrl, dateString, content) %} {# When invoking this, use ";isotime" to insert a compatible dateString with espanso #} {% set absoluteUrl = metadata.url + relativeUrl %} {{ title }} {{ dateString | makeRfc822Date }} {{ absoluteUrl }} {{ content }} {% endmacro %} {{ metadata.title }} {{ metadata.subtitle }} {{ page.date | makeRfc822Date }} {{ metadata.url }} {{ metadata.author.name }} {{ metadata.author.email }} {{ addEntry( 'Site Launch!', '', '2022-11-27T10:39:47.547655-08:00', "This is the first personal site I've made in probably 15 years. It's great to be back!" ) }}