Skip to content

Commit 7c023da

Browse files
committed
Add module.mounts to hugo.toml
Signed-off-by: Pedro Ielpi <[email protected]>
1 parent 50f9ccd commit 7c023da

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

hugo.toml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ version_menu = "Versions"
164164
disable = false
165165

166166
# added the user feedback module
167-
#[params.ui.feedback]
168-
#enable = true
169-
#yes = 'Glad to hear it'
170-
#no = 'Sorry to hear that'
167+
[params.ui.feedback]
168+
enable = true
169+
yes = 'Glad to hear it'
170+
no = 'Sorry to hear that'
171171

172172
# relativeURLs = true
173-
canonifyURLs = true
173+
# canonifyURLs = true
174174

175175
[markup]
176176
defaultMarkdownHandler = 'goldmark'
@@ -185,3 +185,11 @@ canonifyURLs = true
185185
[markup.goldmark.parser.attribute]
186186
block = true
187187
title = true
188+
189+
[module]
190+
[[module.mounts]]
191+
source = 'assets'
192+
target = 'assets'
193+
[[module.mounts]]
194+
source = 'static'
195+
target = 'assets'

0 commit comments

Comments
 (0)