Skip to content

Commit

Permalink
Upgrade Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes committed Aug 28, 2024
1 parent c1980ee commit 581b91e
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 349 deletions.
6 changes: 5 additions & 1 deletion hugo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ enableRobotsTXT = true
[build.options]
sourceMap = true

[security]
[security.exec]
allow = ['^go$', '^npx$', '^postcss$', '^babel$', '^git$']

[params]
# (Optional, default 6) Set how many table of contents levels to be showed on page.
# Use false to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
Expand Down Expand Up @@ -65,7 +69,7 @@ enableRobotsTXT = true
# (Optional, default false) Set HTMl <base> to .Site.BaseURL if enabled. It might be required
# if a subdirectory is used within Hugos BaseURL.
# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
# geekdocOverwriteHTMLBase = true
geekdocOverwriteHTMLBase = true

# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
# bright spots while using the dark mode.
Expand Down
2 changes: 1 addition & 1 deletion hugo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/d3": "^7.4.0",
"clsx": "^1.2.1",
"d3": "^7.8.5",
"hugo-extended": "~0.89.4",
"hugo-extended": "~0.133.0",
"langium": "^3.0.0",
"langium-arithmetics-dsl": "^3.0.0",
"langium-ast-helper": "0.1.2",
Expand Down
Loading

0 comments on commit 581b91e

Please sign in to comment.