From a784869051a4a8af33709c5d5d8bd9249d562526 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 22 Mar 2024 09:50:29 +0100 Subject: [PATCH] config Signed-off-by: Harald Hoyer --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index a40db30..8ee7bf2 100644 --- a/config.toml +++ b/config.toml @@ -34,7 +34,7 @@ render_emoji = false external_links_target_blank = true # rel="noopener" external_links_no_follow = false # rel="nofollow" external_links_no_referrer = false # rel="noreferrer" -smart_punctuation = false # `...` to `…`, `"quote"` to `“curly”` etc +smart_punctuation = true # `...` to `…`, `"quote"` to `“curly”` etc highlight_theme = "dracula" @@ -97,7 +97,7 @@ foothr = true # show or hide horizontal rule above footer ### $CURRENT_YEAR and $SITE_TITLE can be used anywhere within the copyright, you can change their position or you can also delete them and type whatever you want instead. #copyright = false # set to false to disable the copyright. -#copyright_override = '© 2019-$CURRENT_YEAR $SITE_TITLE' +copyright_override = '© 2013-$CURRENT_YEAR $SITE_TITLE' #copyright_override = '© $CURRENT_YEAR $SITE_TITLE • Website content is licensed CC BY 4.0.' @@ -133,7 +133,7 @@ mastodon = "https://floss.social/@backslash" #discord = "your-discord" # Everything after https://discord.com/ eg: invite/my-server *or* servers/my-server-id #twitter = "your-user-name" #facebook = "your-user-name" -#linkedin = "your-user-name" +linkedin = "harald-hoyer-631223217" gitlab = "haraldh" github = "haraldh" #codeberg = "your-user-name" # Everything after https://codeberg.org/ eg: username *or* username/repository