Fix typos in exampleSite

This commit is contained in:
Helder Pereira 2021-08-23 23:46:53 +01:00
parent c52ef52f2b
commit 37d314b676
4 changed files with 4 additions and 9 deletions

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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;
}