Hugo theme files
This commit is contained in:
parent
088c0909c2
commit
d971696e11
3 changed files with 16 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module github.com/erynofwales/hugo-theme-feeds/v2
|
||||||
|
|
||||||
|
go 1.22.4
|
5
hugo.yml
Normal file
5
hugo.yml
Normal 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
8
theme.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue