docs: fix Hugo crash caused by mount malconfiguration using Hugo 0.123.2

This commit is contained in:
Sören Weber 2024-02-22 19:08:46 +01:00
parent ab709c3183
commit 9618ea9f23
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -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.