diff --git a/layouts/_default/index.xml b/layouts/_default/section.rss.xml similarity index 89% rename from layouts/_default/index.xml rename to layouts/_default/section.rss.xml index 472b9a0..2712df9 100644 --- a/layouts/_default/index.xml +++ b/layouts/_default/section.rss.xml @@ -1,4 +1,5 @@ - +{{- printf "" | safeHTML }} + {{.Title}} {{ .Permalink }} diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml deleted file mode 100644 index e6d57c6..0000000 --- a/layouts/podcast/rss.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - {{ .Title }} - {{ .Permalink }} - {{.Params.description}} - {{ if .Params.image}} - - - {{else}} - - - {{end}} - Hugo -- gohugo.io - en-ca - {{ range .Pages }} - - {{ .Title }} - {{ .Permalink }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }} - {{.}} - {{ with $.Site.Author.name }} - ({{.}}) - {{end}} - - {{end}} - {{ .Permalink }} - {{ if .Params.image}} - - - {{else}} - - - {{end}} - {{- .Summary | html -}} - - - {{ end }} - - diff --git a/layouts/rss.xml b/layouts/rss.xml index e3ccfa3..9bdf09d 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -1,4 +1,5 @@ - +{{- printf "" | safeHTML }} + {{.Title}} {{ .Permalink }} diff --git a/static/css/feed.xsl b/static/css/feed.xsl new file mode 100644 index 0000000..52bff0d --- /dev/null +++ b/static/css/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.
  • +
+ +
+ +

Posts:

+ +
+ + + + + + +
+
\ No newline at end of file diff --git a/static/res/bg.png b/static/res/bg.png deleted file mode 100644 index da99fb0..0000000 Binary files a/static/res/bg.png and /dev/null differ diff --git a/static/res/bg2.png b/static/res/bg2.png deleted file mode 100644 index 90472a4..0000000 Binary files a/static/res/bg2.png and /dev/null differ diff --git a/static/res/default.png b/static/res/default.png deleted file mode 100644 index ba01824..0000000 Binary files a/static/res/default.png and /dev/null differ diff --git a/static/res/digital-bg2.webp b/static/res/digital-bg2.webp deleted file mode 100644 index 9d9ce36..0000000 Binary files a/static/res/digital-bg2.webp and /dev/null differ diff --git a/static/res/rss-dark.webp b/static/res/rss-dark.webp new file mode 100644 index 0000000..8c44064 Binary files /dev/null and b/static/res/rss-dark.webp differ diff --git a/static/res/rss-light.webp b/static/res/rss-light.webp new file mode 100644 index 0000000..8cfe292 Binary files /dev/null and b/static/res/rss-light.webp differ