summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/pyssg.xyz/rss.xml
blob: f55cc2f4220896f7feb4a9f0d19593208cff1109 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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>pyssg</title>
    <link>https://pyssg.xyz</link>
    <atom:link href="https://pyssg.xyz/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Short site description.</description>
    <language>en-us</language>
    <category>Blog</category>
    <copyright>Copyright 2021 Somebody</copyright>
    <managingEditor>some@one.com (Sombody)</managingEditor>
    <webMaster>some@one.com (Sombody)</webMaster>
    <pubDate></pubDate>
    <lastBuildDate></lastBuildDate>
    <generator>pyssg v0.7.3</generator>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <ttl>30</ttl>
    <image>
      <url>https://static.pyssg.xyz/images/blog.png</url>
      <title>pyssg</title>
      <link>https://pyssg.xyz</link>
    </image>
    <item>
      <title>Test file in subdir</title>
      <link>https://pyssg.xyz/subdir/test2.html</link>
      <guid isPermaLink="true">https://pyssg.xyz/subdir/test2.html</guid>
      <pubDate>Mon, 05 Dec 2022 10:58:41 GMT</pubDate>
      <description>Second file for testing.</description>
      <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p>]]></content:encoded>
    </item>
    <item>
      <title>Index</title>
      <link>https://pyssg.xyz/test.html</link>
      <guid isPermaLink="true">https://pyssg.xyz/test.html</guid>
      <pubDate>Mon, 05 Dec 2022 08:05:10 GMT</pubDate>
      <description>Index page for pyssg.xyz.</description>
      <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p>
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
<h2 id="subheader-1">subheader 1</h2>
<p><strong>bold</strong></p>
<p><em>italic</em></p>]]></content:encoded>
    </item>
  </channel>
</rss>