Small adjustments to footer
This commit is contained in:
parent
70990d1b89
commit
18216c8ff4
1 changed files with 6 additions and 6 deletions
12
config.toml
12
config.toml
|
@ -70,7 +70,7 @@ disableHugoGeneratorInject = false
|
||||||
|
|
||||||
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||||
#
|
#
|
||||||
disableReadOtherPosts = false
|
disableReadOtherPosts = true
|
||||||
|
|
||||||
# Enable theme toggle
|
# Enable theme toggle
|
||||||
#
|
#
|
||||||
|
@ -78,7 +78,7 @@ disableHugoGeneratorInject = false
|
||||||
# Per default, this option is off.
|
# Per default, this option is off.
|
||||||
# The theme is respecting the prefers-color-scheme of the operating systeme.
|
# The theme is respecting the prefers-color-scheme of the operating systeme.
|
||||||
# With this option on, the page user is able to set the scheme he wants.
|
# With this option on, the page user is able to set the scheme he wants.
|
||||||
enableThemeToggle = false
|
enableThemeToggle = true
|
||||||
|
|
||||||
# Sharing buttons
|
# Sharing buttons
|
||||||
#
|
#
|
||||||
|
@ -92,7 +92,7 @@ disableHugoGeneratorInject = false
|
||||||
#
|
#
|
||||||
# Enables the global language menu.
|
# Enables the global language menu.
|
||||||
#
|
#
|
||||||
enableGlobalLanguageMenu = true
|
enableGlobalLanguageMenu = false
|
||||||
|
|
||||||
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
|
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
|
||||||
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
|
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
|
||||||
|
@ -128,14 +128,14 @@ disableHugoGeneratorInject = false
|
||||||
|
|
||||||
[params.logo]
|
[params.logo]
|
||||||
logoMark = ">"
|
logoMark = ">"
|
||||||
logoText = "$ cd /home/"
|
logoText = "H.a.d.R 23..."
|
||||||
logoHomeLink = "/"
|
logoHomeLink = "/"
|
||||||
# Set true to remove the logo cursor entirely.
|
# Set true to remove the logo cursor entirely.
|
||||||
# logoCursorDisabled = false
|
# logoCursorDisabled = false
|
||||||
# Set to a valid CSS color to change the cursor in the logo.
|
# Set to a valid CSS color to change the cursor in the logo.
|
||||||
# logoCursorColor = "#67a2c9"
|
logoCursorColor = "#67a2c9"
|
||||||
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
|
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
|
||||||
# logoCursorAnimate = "2s"
|
logoCursorAnimate = "2s"
|
||||||
# Append the current url pathname to logoText
|
# Append the current url pathname to logoText
|
||||||
# logoCursorPathname = true
|
# logoCursorPathname = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue