forked from nicokaiser/hugo-theme-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
61 lines (54 loc) · 1.31 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 = "Gallery"
languageCode = "en-us"
copyright = "© embeddedboys"
disableKinds = ["taxonomy", "term"]
defaultContentLanguage = "en"
enableRobotsTXT = true
timeZone = "Europe/Berlin"
theme = "github.com/nicokaiser/hugo-theme-gallery"
[params]
title = "Gallery of embeddedboys"
description = "Gallery site for embeddedboys"
defaultTheme = "dark"
[author]
name = "iotah"
[outputs]
page = ["HTML"]
home = ["HTML", "RSS"]
section = ["HTML"]
[imaging]
resampleFilter = "CatmullRom"
quality = 75
[imaging.exif]
disableDate = false
disableLatLong = true
includeFields = "ImageDescription|Orientation"
[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 = "GitHub"
url = "https://github.com/embeddedboys"
weight = 3