From ee5d22c07f3a7bf0e7df76f14b5e2cc625303f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Tue, 27 Jul 2021 17:47:59 +0200 Subject: [PATCH] Update theme --- config.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index b46e312..ea205b8 100644 --- a/config.toml +++ b/config.toml @@ -12,8 +12,7 @@ enableSharingButtons = true description = "My new homepage or blog" keywords = "homepage, blog" -# Default theme "light" or "dark" -defaultTheme = "dark" +copyright = "Aloïs Micard" # Social icons [[params.social]] @@ -36,10 +35,6 @@ url = "https://t.me/creekorful" name = "matrix" url = "https://matrix.to/#/@creekorful:matrix.org" -[[params.social]] -name = "email" -url = "mailto:alois@micard.lu" - [languages] [languages.en] title = "Aloïs Micard" @@ -64,3 +59,14 @@ url = "https://blog.creekorful.org" [params.portrait] path = "/img/avatar.jpg" alt = "Portrait" + +[params.footer] +trademark = true +rss = false +copyright = true +author = false + +topText = [] +bottomText = [ + "alois@micard.lu / creekorful@debian.org" +]