diff --git a/config.toml b/config.toml index a00cb4d..1c87751 100644 --- a/config.toml +++ b/config.toml @@ -70,7 +70,7 @@ disableHugoGeneratorInject = false # Set disableReadOtherPosts to true in order to hide the links to other posts. # - disableReadOtherPosts = false + disableReadOtherPosts = true # Enable theme toggle # @@ -78,7 +78,7 @@ disableHugoGeneratorInject = false # Per default, this option is off. # 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. - enableThemeToggle = false + enableThemeToggle = true # Sharing buttons # @@ -92,7 +92,7 @@ disableHugoGeneratorInject = false # # Enables the global language menu. # - enableGlobalLanguageMenu = true + enableGlobalLanguageMenu = false # 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" @@ -128,14 +128,14 @@ disableHugoGeneratorInject = false [params.logo] logoMark = ">" - logoText = "$ cd /home/" + logoText = "H.a.d.R 23..." logoHomeLink = "/" # Set true to remove the logo cursor entirely. # logoCursorDisabled = false # 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. - # logoCursorAnimate = "2s" + logoCursorAnimate = "2s" # Append the current url pathname to logoText # logoCursorPathname = true