Files
portfolio/hugo.toml
2024-12-09 07:06:50 +01:00

34 lines
656 B
TOML

baseURL = 'https://fabienphoto.eu/'
languageCode = 'fr-fr'
title = 'fabienphoto.eu'
theme = 'gallery'
params.defaultTheme = "dark"
[params.author]
email = "user@example.com"
name = "Fabien"
[params.socialIcons]
instagram = "https://social.fabienphoto.eu/fab?tab=media"
email = "mailto:contact - at -fabienphoto.eu"
[outputs]
home = ["HTML", "RSS"]
page = ["HTML"]
section = ["HTML"]
[imaging]
quality = 85
resampleFilter = "CatmullRom"
[imaging.exif]
disableDate = false
disableLatLong = true
includeFields = "Imagetitle|ImageDescription|Orientation"
[services]
[services.rss]
limit = 100