mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +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
|
## 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
|
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:
|
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
|
# 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
|
renders as
|
||||||
|
|
|
@ -4,7 +4,7 @@ title: Code highlighting
|
||||||
weight: 16
|
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
|
## Markdown syntax
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ Renders to:
|
||||||
|
|
||||||
## Supported languages
|
## 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
|
## Configuration
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@ a:hover {
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
.bg {
|
.bg {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -1142,10 +1141,6 @@ pre .copy-to-clipboard:hover {
|
||||||
border-bottom: 4px solid #9c6fb6;
|
border-bottom: 4px solid #9c6fb6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchResults {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
option {
|
option {
|
||||||
color: initial;
|
color: initial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue