diff options
author | Marvin Borner | 2023-07-06 22:03:08 +0200 |
---|---|---|
committer | Marvin Borner | 2023-07-06 22:31:46 +0200 |
commit | 6afe0a6961a959454d08f89fcfbb8a545902aa17 (patch) | |
tree | cdd4abe3b22addd31e2cd1b2fa727824267c1d30 /feed.rss |
Initial commit
Diffstat (limited to 'feed.rss')
-rw-r--r-- | feed.rss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/feed.rss b/feed.rss new file mode 100644 index 0000000..8ed884f --- /dev/null +++ b/feed.rss @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <atom:link href="https://marvinborner.github.io/panblog/feed.rss" rel="self" type="application/rss+xml" /> + + <title>Blog</title> + <description>example articles and more</description> + <link>https://marvinborner.github.io/panblog/</link> + + <item> + <title>Capabilities of Panblog</title> + <description>This article explains the features of Panblog! Very cool!</description> + <link>https://marvinborner.github.io/panblog/2023-07-06-23.html</link> + <guid isPermaLink="false">2023-07-06-23</guid> + <pubDate>Thu, 06 Jul 2023 23:32:16 +0000</pubDate> + </item> + <rchannel> +</rss> |