Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21
ARG GO_VERSION=1.24
ARG HTMLTEST_VERSION=0.17.0
ARG VALE_VERSION=3.11.2
ARG HUGO_VERSION=0.141.0
ARG HUGO_VERSION=0.153.0
ARG NODE_VERSION=22
ARG PAGEFIND_VERSION=1.3.0

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/security/https/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
_build:
build:
list: never
publishResources: false
render: never
Expand Down
2 changes: 1 addition & 1 deletion content/reference/cli/docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
_build:
build:
list: never
publishResources: false
render: never
Expand Down
4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ taxonomies:
# Remove the /manuals prefix for content in the manuals section
permalinks:
page:
manuals: /:sections[1:]/:slugorfilename/
manuals: /:sections[1:]/:slugorcontentbasename/
section:
manuals: /:sections[1:]/:slugorfilename/
manuals: /:sections[1:]/:slugorcontentbasename/

markup:
tableOfContents:
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "22"
NODE_ENV = "production"
HUGO_VERSION = "0.141.0"
HUGO_VERSION = "0.153.0"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"
Expand Down
Loading