Update feed publishing

Remove RSS. As Tess said, it's a pile of hacks and conflicting specs. Better to
use Atom. I was only ever linking to Atom feeds anyway.
This commit is contained in:
Eryn Wells 2024-10-20 09:13:22 -07:00
parent f19de6f8fc
commit 7274f9ce74
5 changed files with 17 additions and 7 deletions

6
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "themes/terminal"]
path = themes/terminal
url = nutmeg.erynwells.me:git/hugo-theme-terminal.git
[submodule "themes/platters"] [submodule "themes/platters"]
path = themes/platters path = themes/platters
url = nutmeg:git/hugo-theme-platters.git url = nutmeg:git/hugo-theme-platters.git
@ -16,3 +13,6 @@
[submodule "themes/photostream"] [submodule "themes/photostream"]
path = themes/photostream path = themes/photostream
url = git@github.com:erynofwales/hugo-theme-photostream.git url = git@github.com:erynofwales/hugo-theme-photostream.git
[submodule "themes/feeds"]
path = themes/feeds
url = git@github.com:erynofwales/hugo-theme-feeds.git

View file

@ -11,6 +11,12 @@ main:
name: About name: About
url: /about/ url: /about/
weight: 30 weight: 30
- identifier: feed
name: feed
url: /feed.atom
weight: 40
params:
style: file
social: social:
- identifier: mastodon - identifier: mastodon
name: Mastodon name: Mastodon
@ -31,7 +37,7 @@ social:
params: params:
shortName: ig shortName: ig
- identifier: feed - identifier: feed
name: Feed name: feed
url: /feed.atom url: /feed.atom
weight: 40 weight: 40
params: params:

View file

@ -2,12 +2,14 @@ hugoVersion:
extended: false extended: false
min: "0.116.0" min: "0.116.0"
replacements: >- replacements: >-
github.com/erynofwales/hugo-theme-feeds/v2 -> feeds,
github.com/erynofwales/hugo-theme-termlite/v2 -> termlite, github.com/erynofwales/hugo-theme-termlite/v2 -> termlite,
github.com/erynofwales/hugo-theme-photostream/v2 -> photostream, github.com/erynofwales/hugo-theme-photostream/v2 -> photostream,
github.com/erynofwales/hugo-resource-builders/v2 -> resource-builders, github.com/erynofwales/hugo-resource-builders/v2 -> resource-builders,
github.com/erynofwales/hugo-image-utilities/v2 -> image-utils github.com/erynofwales/hugo-image-utilities/v2 -> image-utils
imports: imports:
- path: github.com/erynofwales/hugo-theme-termlite/v2 - path: github.com/erynofwales/hugo-theme-termlite/v2
- path: github.com/erynofwales/hugo-theme-feeds/v2
- path: github.com/erynofwales/hugo-theme-photostream/v2 - path: github.com/erynofwales/hugo-theme-photostream/v2
- path: github.com/erynofwales/hugo-resource-builders/v2 - path: github.com/erynofwales/hugo-resource-builders/v2
- path: github.com/erynofwales/hugo-image-utilities/v2 - path: github.com/erynofwales/hugo-image-utilities/v2

View file

@ -1,3 +1,4 @@
home: [HTML, Atom, RSS] home: [HTML, Atom]
page: [HTML, JSON] section: [HTML, Atom]
section: [HTML, Atom, RSS] taxonomy: [HTML]
term: [HTML]

1
themes/feeds Submodule

@ -0,0 +1 @@
Subproject commit 256eae44e9f861408b584c856def3cf818ae9fe1