Skip to content

Commit

Permalink
Merge pull request #29504 from jimangel/hugo-improvements
Browse files Browse the repository at this point in the history
Hugo improvements
  • Loading branch information
k8s-ci-robot committed Aug 23, 2021
2 parents 5f301dc + e01f70d commit e220769
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ url = "https://v1-18.docs.kubernetes.io"
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = false
# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696
sidebar_cache_limit = 1
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product

[build.environment]
NODE_VERSION = "10.20.0"
HUGO_VERSION = "0.82.0"
HUGO_VERSION = "0.87.0"
RUBY_VERSION = "3.0.1"

[context.production.environment]
Expand Down

0 comments on commit e220769

Please sign in to comment.