From 21730d095b5bf9e359c505c323c651d1891e9a98 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Wed, 3 Jul 2024 14:14:35 +0200 Subject: [PATCH] Fix deprecated option in the config --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 734d653..dddefcd 100644 --- a/config.toml +++ b/config.toml @@ -15,9 +15,6 @@ dataDir = "data" layoutDir = "layouts" publishDir = "public" -[author] -name = "Melora Hugues" - [taxonomies] category = "blog" tags = "tags" @@ -56,6 +53,9 @@ author = true logoText = "Hello there!" logoHomeLink = "/" +[params.author] +name = "Melora Hugues" + [[params.social]] name = "git" url = "https://git.faercol.me"