initial commit
This commit is contained in:
45
hugo.toml
Normal file
45
hugo.toml
Normal file
@@ -0,0 +1,45 @@
|
||||
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
|
||||
Reference in New Issue
Block a user