mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
Fix typos in exampleSite
This commit is contained in:
parent
c52ef52f2b
commit
37d314b676
4 changed files with 4 additions and 9 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue