mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: fix Hugo crash caused by mount malconfiguration using Hugo 0.123.2
This commit is contained in:
parent
ab709c3183
commit
9618ea9f23
1 changed files with 4 additions and 7 deletions
|
@ -192,13 +192,6 @@ title = "Hugo Relearn Theme"
|
|||
[[module.mounts]]
|
||||
source = 'i18n'
|
||||
target = 'i18n'
|
||||
# just for this documentation to expose the GitHub hero image in the docs
|
||||
[[module.mounts]]
|
||||
source = '../images'
|
||||
target = 'static/images'
|
||||
[[module.mounts]]
|
||||
source = 'static/images'
|
||||
target = 'static/images'
|
||||
[[module.mounts]]
|
||||
source = 'layouts'
|
||||
target = 'layouts'
|
||||
|
@ -209,6 +202,10 @@ title = "Hugo Relearn Theme"
|
|||
[[module.mounts]]
|
||||
source = 'config'
|
||||
target = 'static/config'
|
||||
# just for this documentation to expose the GitHub hero image in the docs
|
||||
[[module.mounts]]
|
||||
source = '../images'
|
||||
target = 'static/images'
|
||||
|
||||
[params]
|
||||
# Demo setting for displaying the siteparam shortcode the docs.
|
||||
|
|
Loading…
Reference in a new issue