summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/blog/rss.xml
blob: da0a4041b74ce774f3bec108095480ad0129c46c (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?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 blog</title>
    <link>https://blog.pyssg.xyz</link>
    <atom:link href="https://blog.pyssg.xyz/rss.xml" rel="self" type="application/rss+xml"/>
    <description>PySSG blog, the python static site generator official blog.</description>
    <language>en-us</language>
    <category>Blog</category>
    <copyright>Copyright 2023 David Luévano Alvarado</copyright>
    <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
    <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
    <pubDate></pubDate>
    <lastBuildDate></lastBuildDate>
    <generator>pyssg v0.8.4.dev1</generator>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <ttl>30</ttl>
    <image>
      <url>https://static.luevano.xyz/images/default.png</url>
      <title>pyssg blog</title>
      <link>https://blog.pyssg.xyz</link>
    </image>
    <item>
      <title>Table of contents test</title>
      <link>https://blog.pyssg.xyz/toc_test.html</link>
      <guid isPermaLink="true">https://blog.pyssg.xyz/toc_test.html</guid>
      <pubDate>Sat, 18 Feb 2023 21:50:15 GMT</pubDate>
      <category>English</category>
      <category>Short</category>
      <category>Test</category>
      <category>Update</category>
      <description>This is just a post used for testing.</description>
      <content:encoded><![CDATA[<p>This is just a table of content test. This uses the <code>[TOC]</code> markdown syntax, as described at <a href="https://python-markdown.github.io/extensions/toc/">python-markdown toc</a>.</p>
<h3 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">&para;</a></h3>
<div class="toc">
<ul>
<li><a href="#table-of-contents">Table of contents</a></li>
<li><a href="#hello">Hello</a><ul>
<li><a href="#no">No</a></li>
</ul>
</li>
<li><a href="#test">Test?</a><ul>
<li><a href="#second">Second</a><ul>
<li><a href="#test-2">Test 2?</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<h3 id="hello">Hello<a class="headerlink" href="#hello" title="Permanent link">&para;</a></h3>
<p>Anyone there?</p>
<h4 id="no">No<a class="headerlink" href="#no" title="Permanent link">&para;</a></h4>
<p>Nobody.</p>
<h3 id="test">Test?<a class="headerlink" href="#test" title="Permanent link">&para;</a></h3>
<p>Don&rsquo;t know how many of these I&rsquo;ll &ldquo;test&rdquo;.</p>
<h4 id="second">Second<a class="headerlink" href="#second" title="Permanent link">&para;</a></h4>
<h5 id="test-2">Test 2?<a class="headerlink" href="#test-2" title="Permanent link">&para;</a></h5>
<p>Last one</p>]]></content:encoded>
    </item>
    <item>
      <title>Second blog post for testing purposes</title>
      <link>https://blog.pyssg.xyz/a/second.html</link>
      <guid isPermaLink="true">https://blog.pyssg.xyz/a/second.html</guid>
      <pubDate>Thu, 15 Dec 2022 04:17:11 GMT</pubDate>
      <category>English</category>
      <category>Multiple-author</category>
      <category>Short</category>
      <category>Test</category>
      <category>Update</category>
      <description>This is just a post used for testing (the second).</description>
      <content:encoded><![CDATA[<p>A second &ldquo;blog entry&rdquo; for testing purposes which uses multiple authors and is inside a subdirectory.</p>
<p>Added a modification here after first submission.</p>]]></content:encoded>
    </item>
    <item>
      <title>First blog post for testing purposes</title>
      <link>https://blog.pyssg.xyz/first.html</link>
      <guid isPermaLink="true">https://blog.pyssg.xyz/first.html</guid>
      <pubDate>Thu, 15 Dec 2022 03:51:51 GMT</pubDate>
      <category>English</category>
      <category>Short</category>
      <category>Test</category>
      <category>Update</category>
      <description>This is just a post used for testing.</description>
      <content:encoded><![CDATA[<p>Even though I have this &ldquo;blog&rdquo; subdomain and page setup, doesn&rsquo;t mean I&rsquo;ll be blogging for pyssg, this is just to serve as an example for the types of sites that pyssg can be used for.</p>]]></content:encoded>
    </item>
  </channel>
</rss>