blob: 9058816a4cb383c2223d5820d0ec3d1b23f4e8cc (
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.pyssg.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</p>
<h1 id="table-of-contents">Table of contents</h1>
<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>
<h1 id="hello">Hello</h1>
<p>Anyone there?</p>
<h2 id="no">No</h2>
<p>Nobody.</p>
<h1 id="test">Test?</h1>
<p>Don’t know how many of these I’ll “test”.</p>
<h2 id="second">Second</h2>
<h3 id="test-2">Test 2?</h3>
<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 “blog entry” 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 “blog” subdomain and page setup, doesn’t mean I’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>
|