summaryrefslogtreecommitdiff
path: root/static/rss.xml
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2023-05-03 13:13:47 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2023-05-03 13:13:47 -0400
commit97a8370caea2fae4a0a67165036aae2dc2d05900 (patch)
treeeb3c80ce24a66d342e3ba4143e88d6893a5f49b2 /static/rss.xml
parent79352a7fe3a64021b8c39db2a78a22cdd58abb1e (diff)
Rewrite of the website in Flask
Diffstat (limited to 'static/rss.xml')
-rwxr-xr-xstatic/rss.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/static/rss.xml b/static/rss.xml
new file mode 100755
index 0000000..badc2e5
--- /dev/null
+++ b/static/rss.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<title>Jacob McDonnell</title>
+<description>Articles from Jacob McDonnell.</description>
+<language>en-us</language>
+<link>https://jacobmcdonnell.com/rss.xml</link>
+<atom:link href="https://jacobmcdonnell.com/rss.xml" rel="self" type="application/rss+xml" />
+<image>
+<title>Jacob McDonnell</title>
+<url>https://jacobmcdonnell.com/favicon.ico</url>
+<link>https://jacobmcdonnell.com/rss.xml</link>
+</image>
+<item>
+<title>Hosting a Website on the Raspberry Pi with Rocky Linux</title>
+<guid>https://jacobmcdonnell.com/articles/article["url"]/</guid>
+<link>https://jacobmcdonnell.com/articles/article["url"]/</link>
+<pubDate>19 Feb 2022 00:00:00 -0500</pubDate>
+<description><![CDATA[
+A tutorial on setting up a webserver on a Raspberry Pi with Rocky Linux 8
+]]></description>
+</item>
+</channel></rss> \ No newline at end of file