mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
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:
parent
80fce98e72
commit
8e23f3f748
3 changed files with 19 additions and 0 deletions
4
netlify-cms-academic/config.yaml
Normal file
4
netlify-cms-academic/config.yaml
Normal 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 |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue