refactor: remove pygments and other properties that are already default #561
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.yaml
removing some properties which are deprecated and or the same as the defaults.pygmentsCodeFences
,pygmentsUseClasses
,pygmentsUseClassic
,pygmentsStyle
.enableGitInfo
asfalse
is the default, see https://gohugo.io/getting-started/configuration/#enablegitinfodefaultContentLanguage
asen
is the default, see https://gohugo.io/getting-started/configuration/#defaultcontentlanguagedefaultContentLanguageInSubdir
asfalse
is the default, see https://gohugo.io/getting-started/configuration/#defaultcontentlanguageinsubdirimaging.quality
as75
is the default, see https://gohugo.io/content-management/image-processing/#qualityimagine.anchor
assmart
is the default, see https://gohugo.io/content-management/image-processing/#anchorprivacy_policy
as an empty string does the same thing as not having the propertyversion_menu
,archived_version
,version
as the site is not versioned.algolia_docsearch
andofflineSearch
as 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_disable
asfalse
is the default. Breadcrumbs are enabled by default see https://www.docsy.dev/docs/adding-content/navigation/#breadcrumb-navigationsidebar_search_disable
asfalse
is the default. Sidebar search is enabled by default see https://www.docsy.dev/docs/adding-content/search/#disabling-the-sidebar-search-boxnavbar_logo
astrue
is the default. Navbar logo is enabled by default see https://www.docsy.dev/docs/adding-content/iconsimages/#add-your-logolanguages.en.title
as its already defined intitle
.markup.highlight.style
asemacs
to make the style the same as k8s.io. Although nothing is using highlight shortcode in the site right now.