Skip to content

Commit

Permalink
docs: fix Hugo crash caused by mount malconfiguration using Hugo 0.123.2
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Feb 22, 2024
1 parent ab709c3 commit 9618ea9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions exampleSite/config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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.
Expand Down

0 comments on commit 9618ea9

Please sign in to comment.