-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
94 lines (78 loc) · 1.89 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
baseURL = "https://amplifycolorado.colabnews.co/"
languageCode = "en-us"
title = "Amplify Colorado"
enableRobotsTXT = true
enableGitInfo = true
rssLimit = 50
Paginate = 25
googleAnalytics = 'G-0N3FRVSW3G'
buildFuture = true
[params]
favicon = "/img/logos/amplify-placeholder.png"
touch-icon = "/img/logos/colab-square.png"
donate-link = "https://colab.fundjournalism.org/amplifycolorado/"
nominate-link = "http://bit.ly/AmplifyColorado"
[taxonomies]
expertise = "expertise"
location = "location"
beat = "beat"
area = "area"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.extensions]
definitionList = false
footnote = false
linkify = false
strikethrough = false
table = false
taskList = false
typographer = true
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["html"]
section = ["html"]
taxonomy = ["html"]
term = ["html"]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[build]
writeStats = true
[[build.cachebusters]]
source = "assets/watching/hugo_stats\\.json"
target = "css"
[[build.cachebusters]]
source = "(postcss|tailwind)\\.config\\.js"
target = "css"
[[build.cachebusters]]
source = "assets/.*\\.(js|ts|jsx|tsx)"
target = "js"
[[build.cachebusters]]
source = "assets/.*\\.(.*)$"
target = "$1"
[minify]
minifyOutput = true
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static/img/uploads"
target = "assets/img/uploads"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "pages"
target = "content"
[[module.mounts]]
source = "node_modules/@fortawesome/fontawesome-free/svgs"
target = "assets/@fontawesome"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"