mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 15:29:19 +08:00
parent
20c7cbfe1f
commit
870c40fa86
@ -20,6 +20,8 @@ Note that some of these parameters are explained in details in other sections of
|
|||||||
# Useful to give opportunity to people to create merge request for your doc.
|
# Useful to give opportunity to people to create merge request for your doc.
|
||||||
# See the config.toml file from this documentation site to have an example.
|
# See the config.toml file from this documentation site to have an example.
|
||||||
editURL = ""
|
editURL = ""
|
||||||
|
# Author of the site, will be used in meta information
|
||||||
|
author.name = ""
|
||||||
# Description of the site, will be used in meta information
|
# Description of the site, will be used in meta information
|
||||||
description = ""
|
description = ""
|
||||||
# Shows a checkmark for visited pages on the menu
|
# Shows a checkmark for visited pages on the menu
|
||||||
@ -91,9 +93,6 @@ Note that some of these parameters are explained in details in other sections of
|
|||||||
disableExplicitIndexURLs = false
|
disableExplicitIndexURLs = false
|
||||||
# For external links you can define how they are opened in your browser; this setting will only be applied to the content area but not the shortcut menu
|
# For external links you can define how they are opened in your browser; this setting will only be applied to the content area but not the shortcut menu
|
||||||
externalLinkTarget = "_blank"
|
externalLinkTarget = "_blank"
|
||||||
# Author of the site, will be used in meta information
|
|
||||||
[params.author]
|
|
||||||
name = ""
|
|
||||||
# Override default values for image effects, you can even add your own arbitrary effects to the list
|
# Override default values for image effects, you can even add your own arbitrary effects to the list
|
||||||
[params.imageEffects]
|
[params.imageEffects]
|
||||||
border = false
|
border = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user