diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index e7cdf13c43..32473a3d57 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -83,7 +83,7 @@ You also can disable mermaid for specific pages while globally enabled. ## Home Button Configuration -If the `disableLandingPage` option is set to `false`, a Home button will appear +If the `disableLandingPageButton` option is set to `false`, a Home button will appear on the left menu. It is an alternative for clicking on the logo. To edit the appearance, you will have to configure two parameters for the defined languages: diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md index 24a298f802..5a4384e642 100644 --- a/exampleSite/content/basics/installation/_index.en.md +++ b/exampleSite/content/basics/installation/_index.en.md @@ -43,7 +43,7 @@ Chapters are pages that contain other child pages. It has a special layout style # Basics -Discover what this H(tugo theme is all about and the core concepts behind it. +Discover what this Hugo theme is all about and the core concepts behind it. ``` renders as diff --git a/exampleSite/content/cont/syntaxhighlight.en.md b/exampleSite/content/cont/syntaxhighlight.en.md index 54b0ddf12b..4224b90b3d 100644 --- a/exampleSite/content/cont/syntaxhighlight.en.md +++ b/exampleSite/content/cont/syntaxhighlight.en.md @@ -4,7 +4,7 @@ title: Code highlighting weight: 16 --- -Relearn theme uses [Hugos build in syntax highlighting](https://gohugo.io/content-management/syntax-highlighting/) for code. +Relearn theme uses [Hugo's built-in syntax highlighting](https://gohugo.io/content-management/syntax-highlighting/) for code. ## Markdown syntax @@ -48,7 +48,7 @@ Renders to: ## Supported languages -Hugo comes with a [remarkable list](https://gohugo.io/content-management/syntax-highlighting/) of supported languages. +Hugo comes with a [remarkable list](https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages) of supported languages. ## Configuration diff --git a/static/css/theme.css b/static/css/theme.css index 65ffa71a1f..9d2e29ccfb 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -63,7 +63,6 @@ a:hover { } pre { position: relative; - color: #ffffff; } .bg { background: #fff; @@ -1142,10 +1141,6 @@ pre .copy-to-clipboard:hover { border-bottom: 4px solid #9c6fb6; } -#searchResults { - text-align: left; -} - option { color: initial; }