From 4824ed5b7cc0e007d68795555618cf525e903247 Mon Sep 17 00:00:00 2001 From: "lieuwe B. Leene" Date: Mon, 21 Oct 2024 13:33:54 +0200 Subject: [PATCH] author config was depricated, updated values --- config.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 051e4a4..5874503 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = '$HOSTNAME$/' title = 'Lieuwe Leene' -languageCode = 'en-uk' +languageCode = 'en-GB' theme = 'hermit' relativeURLs = true canonifyURLs = true @@ -11,6 +11,8 @@ pygmentsUseClasses = true hasCJKLanguage = true rssLimit = 10 copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." +footerCopyright = ' · CC BY-NC 4.0' + enableEmoji = true themeColor = "#494f5c" @@ -25,8 +27,9 @@ themeColor = "#494f5c" dateformNumTime = '2006-01-02 15:04 -0700' homeSubtitle = "Welcome Friend" -[author] +[[params.author]] name = 'L. B. Leene' + email = 'lieuwe@leene.dev' [[params.social]] name = 'linkedin'