45 lines
908 B
TOML
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.141.0"
|
|
|
|
[menu]
|
|
[[menu.footer]]
|
|
# name = "GitHub"
|
|
# url = "https://github.com/nicokaiser/hugo-theme-gallery/"
|
|
# weight = 3
|
|
|
|
[services]
|
|
[services.rss]
|
|
limit = 100 |