modification structure
This commit is contained in:
22
hugo.toml
22
hugo.toml
@@ -10,16 +10,24 @@ params.defaultTheme = "dark"
|
||||
email = "user@example.com"
|
||||
name = "Fabien"
|
||||
[params.socialIcons]
|
||||
instagram = "https://social.fabienphoto.eu/fab"
|
||||
email = "mailto:contact@fabienphoto.eu"
|
||||
instagram = "https://social.fabienphoto.eu/fab?tab=media"
|
||||
email = "mailto:contact - at -fabienphoto.eu"
|
||||
|
||||
|
||||
[menu]
|
||||
[[menu.footer]]
|
||||
name = "Contact"
|
||||
url = "mailto:contact@fabienphoto.eu"
|
||||
weight = 3
|
||||
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user