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'
|
||||
7
themes/gallerydeluxe/exampleSite/go.mod
Normal file
7
themes/gallerydeluxe/exampleSite/go.mod
Normal file
@@ -0,0 +1,7 @@
|
||||
module github.com/bep/gallerydeluxe/exampleSite
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/bep/gallerydeluxe_starter v0.0.0-20230920153932-f3090f96b66b // indirect
|
||||
|
||||
replace github.com/bep/gallerydeluxe => ../
|
||||
4
themes/gallerydeluxe/exampleSite/go.sum
Normal file
4
themes/gallerydeluxe/exampleSite/go.sum
Normal file
@@ -0,0 +1,4 @@
|
||||
github.com/bep/gallerydeluxe_starter v0.0.0-20221107164209-385ac3b706df h1:dublYQedMsn8L7qO1oY27rW80PXtOUGYyjZIrS3W19E=
|
||||
github.com/bep/gallerydeluxe_starter v0.0.0-20221107164209-385ac3b706df/go.mod h1:Nrtm45JsdYaVpiqjGNpiED+EzShbisGb1uEh+9MfYE8=
|
||||
github.com/bep/gallerydeluxe_starter v0.0.0-20230920153932-f3090f96b66b h1:dObVWoz3+9/nvpQ5TEUcVEIbg+49KHftmXzu//2fWGQ=
|
||||
github.com/bep/gallerydeluxe_starter v0.0.0-20230920153932-f3090f96b66b/go.mod h1:Wx0L2/N2m8fS3rziG0kwbcdgYdI+gzZt4OiF73gqdCs=
|
||||
4
themes/gallerydeluxe/exampleSite/hugo.work
Normal file
4
themes/gallerydeluxe/exampleSite/hugo.work
Normal file
@@ -0,0 +1,4 @@
|
||||
go 1.19
|
||||
|
||||
use .
|
||||
use ../../gallerydeluxe_starter
|
||||
Reference in New Issue
Block a user