-- Leo's gemini proxy

-- Connecting to r.bdr.sh:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

blog

git @ unlimited.pizza

summary

tree

log

refs


blog/templates/feed.xml | 621 bytes


view raw


 1 <?xml version="1.0"?>
 2 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
 3   <channel>
 4     <title>Blog at Unlimited Pizza 🍕</title>
 5     <link>https://blog.unlimited.pizza</link>
 6     <description>This is the blog at unlimited.pizza</description>
 7     <language>en</language>
 8     {{~ it.posts: post}}
 9       <item>
10         <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
11         <pubDate>{{= post.createdOn}}</pubDate>
12         <title>{{= post.title}}</title>
13         <description>
14           {{= post.html}}
15         </description>
16       </item>
17     {{~}}
18   </channel>
19 </rss>

-- Response ended

-- Page fetched on Tue May 7 15:08:23 2024