summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/rss/rss.xml
blob: bda362a1d702c7fc9207640b729854c4aecd8773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>$$TITLE</title>
    <link>$$LINK</link>
    <atom:link href="https://blog.luevano.xyz/rss.xml" rel="self" type="application/rss+xml"/>
    <description>A personal weblog ranging from rants to how to's and other thoughts.</description>
    <language>en-us</language>
    <category>Blog</category>
    <copyright>Copyright 2021 David Luévano Alvarado</copyright>
    <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
    <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
    <pubDate>$$CURRENTDATE</pubDate>
    <lastBuildDate>$$CURRENTDATE</lastBuildDate>
    <generator>$$PYSSGVERSION</generator>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <ttl>30</ttl>
    <image>
      <url>https://static.luevano.xyz/images/blog.png</url>
      <title>$$TITLE</title>
      <link>$$LINK</link>
    </image>
$$ITEMS
  </channel>
</rss>