RSS config
This commit is contained in:
parent
1eb42bfbe7
commit
8979d80478
3 changed files with 115 additions and 2 deletions
101
content/feed/rss.xml
Normal file
101
content/feed/rss.xml
Normal file
|
@ -0,0 +1,101 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
|
||||
<channel>
|
||||
<title>Daniel's Blog</title>
|
||||
<link>https://ficd.sh/feed/rss.xml</link>
|
||||
<description>I write about writing programming code.</description>
|
||||
<atom:link href="https://ficd.sh/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
||||
<docs>http://www.rssboard.org/rss-specification</docs>
|
||||
<generator>python-feedgen</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Fri, 18 Jul 2025 03:57:22 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>Rediscovering Email</title>
|
||||
<link>https://ficd.sh/blog/rediscovering-email</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/rediscovering-email</guid>
|
||||
<pubDate>Mon, 24 Mar 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>The Lovecraftian Internet</title>
|
||||
<link>https://ficd.sh/blog/the-lovecraftian-internet</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/the-lovecraftian-internet</guid>
|
||||
<pubDate>Sat, 05 Apr 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Building This Site</title>
|
||||
<link>https://ficd.sh/blog/building-this-site</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/building-this-site</guid>
|
||||
<pubDate>Thu, 10 Apr 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>On Websites (Or The Case For The Personal Web)</title>
|
||||
<link>https://ficd.sh/blog/on-websites</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/on-websites</guid>
|
||||
<pubDate>Mon, 05 May 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Automatically Mirror Sr.ht To GitHub</title>
|
||||
<link>https://ficd.sh/blog/mirror-srht-to-github</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/mirror-srht-to-github</guid>
|
||||
<pubDate>Thu, 15 May 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Writing Emails In Helix</title>
|
||||
<link>https://ficd.sh/blog/email-in-helix</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/email-in-helix</guid>
|
||||
<pubDate>Thu, 29 May 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Writing Emails In Kakoune</title>
|
||||
<link>https://ficd.sh/blog/email-in-kakoune</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/email-in-kakoune</guid>
|
||||
<pubDate>Sun, 01 Jun 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Implementing Kakoune Syntax Highlighting In Pygments</title>
|
||||
<link>https://ficd.sh/blog/implementing-kakoune-syntax-highlighting</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/implementing-kakoune-syntax-highlighting</guid>
|
||||
<pubDate>Fri, 04 Jul 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Opening URLs In Kakoune</title>
|
||||
<link>https://ficd.sh/blog/kak/url-open</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/kak/url-open</guid>
|
||||
<pubDate>Mon, 07 Jul 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Email Formatting Is Harder Than It Looks</title>
|
||||
<link>https://ficd.sh/blog/email-formatting</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/email-formatting</guid>
|
||||
<pubDate>Mon, 14 Jul 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>angels and wires</title>
|
||||
<link>https://ficd.sh/blog/angels-and-wires</link>
|
||||
<description>A blog post. Probably about technology.</description>
|
||||
<author>daniel@ficd.sh (Daniel Fichtinger)</author>
|
||||
<guid isPermaLink="false">https://ficd.sh/blog/angels-and-wires</guid>
|
||||
<pubDate>Wed, 16 Jul 2025 00:00:00 -0400</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue