Files
hurion.be/hugo.toml
2025-02-19 20:59:03 +01:00

45 lines
908 B
TOML

copyright = "© Nicolas Hurion"
baseURL = 'https://hurion.be/'
defaultContentLanguage = "en"
languageCode = 'en'
timeZone = "Europe/Brussels"
theme = 'gallery'
[params]
defaultTheme = "dark"
title = 'Nicolas Hurion photo'
[params.author]
name = "Nicolas Hurion"
[params.socialIcons]
website = "https://hurion.be"
[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.144.1"
[menu]
[[menu.footer]]
# name = "GitHub"
# url = "https://github.com/nicokaiser/hugo-theme-gallery/"
# weight = 3
[services]
[services.rss]
limit = 100