fix: Hugo does not fully mount multiple modules

Fixes sites missing speaker note capability for slides when loading multiple Hugo Modules.

Fix #1933
This commit is contained in:
George Cushen 2020-11-06 13:53:33 +00:00
commit 8e23f3f748
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module:
mounts:
- source: static
target: static

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -10,6 +10,21 @@ module:
hugoVersion:
min: '0.73.0'
extended: true
mounts:
- source: content
target: content
- source: static
target: static
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: i18n
target: i18n
- source: archetypes
target: archetypes
params:
theme: minimal
font: native