Files
sonomichele.media/config/_default/hugo.toml
2025-07-31 10:16:13 +02:00

63 lines
1.5 KiB
TOML

copyright = "© Michele Viotto"
defaultContentLanguage = "en"
disableKinds = ["taxonomy"]
enableRobotsTXT = true
languageCode = "en"
timeZone = "Europe/Rome"
timeout = "120s"
title = "sonomichele."
[params]
defaultTheme = "dark"
description = "sonomichele.media photography portfolio"
title = "sonomichele.media"
[params.author]
email = "book@sonomichele.media"
name = "Michele Viotto"
[params.socialIcons]
#facebook = "https://www.facebook.com/"
instagram = "https://www.instagram.com/sonomichele.media"
#github = "https://github.com/nicokaiser/hugo-theme-gallery/"
#youtube = "https://www.youtube.com/"
email = "mailto:book@somomichele.media"
#website = "https://example.com"
#mastodon = "https://example.com"
#pixelfed = "https://example.com"
#mixcloud = "https://example.com"
#flickr = "https://www.flickr.com"
#500px = "https://500px"
#whatsapp = "1234567890"
[params.gallery]
#boxSpacing = 10
#targetRowHeight = 288
#targetRowHeightTolerance = 0.25
[outputs]
home = ["HTML", "RSS"]
page = ["HTML"]
section = ["HTML"]
[imaging]
quality = 75
resampleFilter = "CatmullRom"
[imaging.exif]
disableDate = false
disableLatLong = true
includeFields = "ImageDescription|Orientation"
[module]
[module.hugoVersion]
min = "0.121.2"
[[module.imports]]
path = "github.com/nicokaiser/hugo-theme-gallery/v4"
[menu]
[[menu.footer]]
name = "GitHub"
url = "https://github.com/nicokaiser/hugo-theme-gallery/"
weight = 3
[services]
[services.rss]
limit = 100