-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
61 lines (54 loc) · 1.32 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
title = "Photos by Jack Allard"
languageCode = "en-us"
disableKinds = ["taxonomy", "term"]
defaultContentLanguage = "en"
enableRobotsTXT = true
timeZone = "America/Los_Angeles"
theme = ["github.com/nicokaiser/hugo-theme-gallery"]
timeout = 1000
[params]
title = "My Gallery"
description = "Example site for hugo-theme-gallery"
defaultTheme = "dark"
[author]
name = "Jack Allard"
[outputs]
page = ["HTML"]
home = ["HTML", "RSS"]
section = ["HTML"]
[imaging]
resampleFilter = "CatmullRom"
quality = 75
[imaging.exif]
disableDate = false
disableLatLong = true
includeFields = "ImageDescription"
[module]
[module.hugoVersion]
extended = false
min = "0.112.0"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"
[build]
writeStats = true
[[build.cachebusters]]
source = "assets/watching/hugo_stats\\.json"
target = "styles\\.css"
[[build.cachebusters]]
source = "(postcss|tailwind)\\.config\\.js"
target = "css"
[[build.cachebusters]]
source = "assets/.*\\.(js)"
target = "js"
[[build.cachebusters]]
source = "assets/.*\\.(.*)$"
target = "$1"
[menu]
[[menu.footer]]
name = "Source Code"
url = "https://github.com/jackallard17/photo-blog"
weight = 3