birdsounds.media/hugo.toml
a 9aa43df629 First commit
The basic parts of the layouts/theme should work. I have only populated 2 albums so far.
2024-05-17 21:14:05 -05:00

75 lines
945 B
INI

baseURL = 'https://birdsounds.media/'
languageCode = 'en-us'
title = 'birdsounds.media'
summary = "you're not awake at all"
capitalizeListTitles = false
[imaging]
quality = 80
[markup.goldmark.renderer]
unsafe = true
[[menus.main]]
name = "albums"
pageRef = "/albums"
weight = 30
[[menus.main]]
name = "all photos"
pageRef = "/"
weight = 10
[[menus.main]]
name = "favorites"
pageRef = "/favorites"
weight = 20
[[menus.main]]
name = "tags"
pageRef = "/tags"
weight = 40
[[menus.second]]
name = "info"
pageRef = "/info"
weight = 10
[[menus.second]]
name = "prints/merch"
url = "https://society6.com/trwnh"
weight = 20
[[menus.third]]
name = "trwnh.com"
url = "https://trwnh.com"
weight = 10
[[menus.third]]
name = "social"
url = "https://mastodon.social/@trwnh"
weight = 20
[params.style]
site-max-width = "120rem"
list-max-width = "60rem"
[taxonomies]
album = "albums"
category = "categories"
tag = "tags"
reel = "reels"