A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 blog-feed.rss

View raw Download
text/xml • 963 B
XML 1.0 document, ASCII text
        
            
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
3
4
<channel>
5
<atom:link href="https://www.moddb.com/mods/timewarp/features/feed/rss.xml" rel="self" type="application/rss+xml" />
6
<title>Steve0Greatness' Blog</title>
7
<link>https://steve0greatness.github.io/</link>
8
<description>A human being</description>
9
<language>en-us</language>
10
{% for post in PostList %}
11
<item>
12
<title>{{post["title"]}}</title>
13
<link>https://steve0greatness.github.io/blog/{{post["pathname"]}}</link>
14
<description>
15
<p>Depending on your RSS reader, you may want to x<a href="https://steve0greatness.github.io/blog/{{post['pathname']}}">read this article online</a>,</p>
16
{{post["content"]}}
17
</description>
18
<guid isPermaLink="false">{{post['pathname']}}</guid>
19
</item>
20
{% endfor %}
21
</channel>
22
23
</rss>