doctype xml
rss(version='2.0', xmlns:atom='http://www.w3.org/2005/Atom')
channel
title deviblog
link https://blog.terminaldweller.com
atom:link(href='https://blog.terminaldweller.com/feed/rss', rel='self', type='application/rss+xml')
description I talk about software here.
language en-US
if posts.length
lastBuildDate= new Date(posts[0].lastUpdatedAt).toUTCString()
each post in posts
item
title= post.title
link https://terminaldweller.com/blog/#{post.slug}
description
| https://blog.terminaldweller.com/blog/#{post.slug}') 'Read more »'
| ]]>
pubDate= new Date(post.lastUpdatedAt).toUTCString()
guid(isPermaLink='false') https://blog.terminaldweller.com/blog/#{post.slug}