mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: typo #567
This commit is contained in:
parent
8e2eb1ae73
commit
b59adb32eb
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ Add theme options to the `params` section of your `hugo.toml`. For example:
|
|||
|
||||
## All Configuration Options
|
||||
|
||||
Here's a list of all available options with example values. Default values are described in the [annotated example][annotated example](#annotated-configuration-options) below in each option's documentation.
|
||||
Here's a list of all available options with example values. Default values are described in the [annotated example](#annotated-configuration-options) below in each option's documentation.
|
||||
|
||||
{{< multiconfig file=hugo section=params >}}
|
||||
{{% include "config/_default/params.toml" %}}
|
||||
|
|
|
@ -52,7 +52,7 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating
|
|||
- https://github.com/octokit/graphql-action
|
||||
- https://github.com/peaceiris/actions-gh-pages
|
||||
- https://github.com/peaceiris/actions-hugo
|
||||
https://github.com/ncipollo/release-action
|
||||
- https://github.com/ncipollo/release-action
|
||||
- https://github.com/surahmansada/file-regex-replace
|
||||
- https://github.com/WyriHaximus/github-action-create-milestone
|
||||
- https://github.com/WyriHaximus/github-action-next-semvers
|
||||
|
|
|
@ -94,7 +94,7 @@ The [`tab` shortcode](shortcodes/tab) is also capable of displaying code but wit
|
|||
|
||||
### Setting Default Values for Hugo's Options
|
||||
|
||||
{{% badge style="cyan" icon="gears" title=" " %}}Option{{% /badge %}} Default values for [Hugo's supported options](https://gohugo.io/functions/highlight/#options) can be set via [goldmark settings](https://gohugo.io/getting-started/configuration-markup/#highlight).
|
||||
Default values for [Hugo's supported options](https://gohugo.io/functions/highlight/#options) can be set via [goldmark settings](https://gohugo.io/getting-started/configuration-markup/#highlight).
|
||||
|
||||
If used together with wrapping of long lines, use this recommended settings. Otherwise, line numbers will shift if code wraps.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
6.4.0+7836dc37f8820d8f49c183fc5c7db9e61aec8360
|
||||
6.4.0+b8a93f04a6876112fd52dcde87e1fe612813eb81
|
Loading…
Reference in a new issue