diff --git a/.gitmodules b/.gitmodules index 7e14abb..6563459 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "themes/terminal"] - path = themes/terminal - url = nutmeg.erynwells.me:git/hugo-theme-terminal.git [submodule "themes/platters"] path = themes/platters url = nutmeg:git/hugo-theme-platters.git @@ -16,3 +13,6 @@ [submodule "themes/photostream"] path = themes/photostream url = git@github.com:erynofwales/hugo-theme-photostream.git +[submodule "themes/feeds"] + path = themes/feeds + url = git@github.com:erynofwales/hugo-theme-feeds.git diff --git a/config/_default/menu.yaml b/config/_default/menu.yaml index ff649d2..e9bf573 100644 --- a/config/_default/menu.yaml +++ b/config/_default/menu.yaml @@ -11,6 +11,12 @@ main: name: About url: /about/ weight: 30 + - identifier: feed + name: feed + url: /feed.atom + weight: 40 + params: + style: file social: - identifier: mastodon name: Mastodon @@ -31,7 +37,7 @@ social: params: shortName: ig - identifier: feed - name: Feed + name: feed url: /feed.atom weight: 40 params: diff --git a/config/_default/module.yaml b/config/_default/module.yaml index 42036b2..df1ab3b 100644 --- a/config/_default/module.yaml +++ b/config/_default/module.yaml @@ -2,12 +2,14 @@ hugoVersion: extended: false min: "0.116.0" replacements: >- + github.com/erynofwales/hugo-theme-feeds/v2 -> feeds, github.com/erynofwales/hugo-theme-termlite/v2 -> termlite, github.com/erynofwales/hugo-theme-photostream/v2 -> photostream, github.com/erynofwales/hugo-resource-builders/v2 -> resource-builders, github.com/erynofwales/hugo-image-utilities/v2 -> image-utils imports: - 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-resource-builders/v2 - path: github.com/erynofwales/hugo-image-utilities/v2 diff --git a/config/_default/outputs.yaml b/config/_default/outputs.yaml index f788268..5dec102 100644 --- a/config/_default/outputs.yaml +++ b/config/_default/outputs.yaml @@ -1,3 +1,4 @@ -home: [HTML, Atom, RSS] -page: [HTML, JSON] -section: [HTML, Atom, RSS] +home: [HTML, Atom] +section: [HTML, Atom] +taxonomy: [HTML] +term: [HTML] diff --git a/themes/feeds b/themes/feeds new file mode 160000 index 0000000..256eae4 --- /dev/null +++ b/themes/feeds @@ -0,0 +1 @@ +Subproject commit 256eae44e9f861408b584c856def3cf818ae9fe1