refactor: remove pygments and other properties that are already default#561
Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom Mar 22, 2025
Merged
Conversation
1666ff9 to
73d7709
Compare
e3cc9d5 to
d5f0d28
Compare
11 tasks
d5f0d28 to
ac44265
Compare
|
Thanks /lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SayakMukhopadhyay, sftim The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated
hugo.yamlremoving some properties which are deprecated and or the same as the defaults.pygmentsCodeFences,pygmentsUseClasses,pygmentsUseClassic,pygmentsStyle.enableGitInfoasfalseis the default, see https://gohugo.io/getting-started/configuration/#enablegitinfodefaultContentLanguageasenis the default, see https://gohugo.io/getting-started/configuration/#defaultcontentlanguagedefaultContentLanguageInSubdirasfalseis the default, see https://gohugo.io/getting-started/configuration/#defaultcontentlanguageinsubdirimaging.qualityas75is the default, see https://gohugo.io/content-management/image-processing/#qualityimagine.anchorassmartis the default, see https://gohugo.io/content-management/image-processing/#anchorprivacy_policyas an empty string does the same thing as not having the propertyversion_menu,archived_version,versionas the site is not versioned.algolia_docsearchandofflineSearchas only 1 method of searching can be enabled and Algolia search and offline search is disabled by default. See https://github.com/google/docsy/blob/e6d94771f3376c1f5f96c3be3f01759b529cdc8d/layouts/partials/head.html#L60 and https://www.docsy.dev/docs/adding-content/search/breadcrumb_disableasfalseis the default. Breadcrumbs are enabled by default see https://www.docsy.dev/docs/adding-content/navigation/#breadcrumb-navigationsidebar_search_disableasfalseis the default. Sidebar search is enabled by default see https://www.docsy.dev/docs/adding-content/search/#disabling-the-sidebar-search-boxnavbar_logoastrueis the default. Navbar logo is enabled by default see https://www.docsy.dev/docs/adding-content/iconsimages/#add-your-logolanguages.en.titleas its already defined intitle.markup.highlight.styleasemacsto make the style the same as k8s.io. Although nothing is using highlight shortcode in the site right now.