templates for self-hosting game jams (or any other kind of jam tbh)
1name = "Homemade Jam"
2license = "MIT"
3licenselink = "i'll update this later"
4description = "Theme for running game and other creative jams."
5homepage = "https://tangled.sh/@veryroundbird/homemadejam"
6demosite = ""
7tags = []
8features = []
9min_version = "v0.110.0"
10# https://gohugo.io/content-management/taxonomies#default-taxonomies
11# https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template
12# https://gohugo.io/templates/taxonomy-templates/#example-list-all-site-tags
13
14[author]
15 name = "Carly Smallbird"
16 homepage = "https://veryroundbird.house"
17
18[taxonomies]
19 gametags = "gametags"
20 platforms = "platforms"