diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 9e0ebc1..d7ce857 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -1,3 +1,4 @@ +{{- printf "" | safeHTML }} {{.Title}} diff --git a/layouts/about/rss.xml b/layouts/about/rss.xml index 97170dc..5737218 100644 --- a/layouts/about/rss.xml +++ b/layouts/about/rss.xml @@ -1,3 +1,4 @@ +{{- printf "" | safeHTML }} {{.Site.Title}} diff --git a/static/feed.xsl b/static/feed.xsl new file mode 100644 index 0000000..2375dce --- /dev/null +++ b/static/feed.xsl @@ -0,0 +1,78 @@ + + + + + + + RSS + + + + + +
+ +
+
+

This is an RSS Feed

+

+ You can copy this link and import it into your favorite RSS reader to read + the posts at your own speed. This feed supports multimedia so podcasting apps will load the audio/video when there is media attached to a post. +

+

Why bother?

+

+ An excellent way to directly fight censorship and democratize multimedia is to get your information from independent web sources using open protocols. Instead of relying on social media algorithms controlled by corporations you can curate your own experience.

You can learn more at indieweb.org and The Corbett Report. +

+

Great RSS Readers

+
    +
  • AntennaPod For Android users, it's fantastic for multimedia!
  • +
  • RSSGuard A great option for desktop users
  • +
  • FreshRSS This is an excellent option for somebody considering self-hosting.
  • +
+

This page is made with love for RSS

+
+ +

Posts:

+ +
+ + + + + + +
+
\ No newline at end of file diff --git a/theme.toml b/theme.toml index a9247c1..8dcfe39 100644 --- a/theme.toml +++ b/theme.toml @@ -3,9 +3,9 @@ name = "Freedom" license = "MIT" -licenselink = "https://codeberg.org/gabe/Freedom/blob/master/LICENSE" +licenselink = "https://code.gabe.rocks/gabe/Freedom/blob/master/LICENSE" description = "" -homepage = "https://codeberg.org/gabe/Freedom" +homepage = "https://code.gabe.rocks/gabe/Freedom" tags = [] features = [] min_version = "0.41.0"