forked from bep/galleriesdeluxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
38 lines (33 loc) · 877 Bytes
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
baseURL = "https://example.com"
[author]
name = "Bjørn Erik Pedersen"
[taxonomies]
category = 'categories'
[caches]
[caches.images]
dir = ':cacheDir/galleriesdeluxe'
maxAge = "4320h" # 6 months.
[params]
[params.gallerydeluxe]
shuffle = false
reverse = true
enable_exif = false
[module]
[module.hugoVersion]
min = "0.108.0"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "i18n"
target = "i18n"
[[module.mounts]]
source = "static"
target = "static"
[[module.imports]]
path = "github.com/bep/gallerydeluxe"
[[module.imports]]
path = "github.com/bep/hugo-mod-misc/common-partials"