Initial
This commit is contained in:
25
themes/gallerydeluxe/exampleSite/config.toml
Normal file
25
themes/gallerydeluxe/exampleSite/config.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
baseURL = "https://example.com"
|
||||
|
||||
disableKinds = ["taxonomy", "term", "section"]
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/bep/gallerydeluxe_starter"
|
||||
|
||||
[params]
|
||||
# Set to enable Plausible Analytics.
|
||||
plausible_domain = ""
|
||||
|
||||
[params.gallerydeluxe]
|
||||
shuffle = false
|
||||
reverse = true
|
||||
enable_exif = false
|
||||
|
||||
[imaging]
|
||||
resampleFilter = "CatmullRom"
|
||||
quality = 71
|
||||
anchor = "smart"
|
||||
[imaging.exif]
|
||||
disableDate = false
|
||||
disableLatLong = true
|
||||
includeFields = 'Artist|LensModel|FNumber|ExposureTime'
|
||||
Reference in New Issue
Block a user