-- 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 | 581 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         <description>
13           {{= post.html}}
14         </description>
15       </item>
16     {{~}}
17   </channel>
18 </rss>

-- Response ended

-- Page fetched on Tue May 7 12:13:32 2024