Hugo theme files

This commit is contained in:
Eryn Wells 2024-10-17 13:42:35 -07:00
parent 088c0909c2
commit d971696e11
3 changed files with 16 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/erynofwales/hugo-theme-feeds/v2
go 1.22.4

5
hugo.yml Normal file
View file

@ -0,0 +1,5 @@
baseURL: "https://github.com/erynofwales/hugo-theme-feeds"
module:
hugoVersion:
extended: false
min: "0.116.0"

8
theme.yml Normal file
View file

@ -0,0 +1,8 @@
name: Feeds
description: RSS and Atom feeds for Hugo sites
homepage: "https://nutmeg.erynwells.me"
tags: [Feeds, RSS, Atom]
author:
name: "Eryn Wells"
homepage: "https://erynwells.me"