Fix deprecated option in the config

This commit is contained in:
Melora Hugues 2024-07-03 14:14:35 +02:00
parent 11b1074ede
commit 7dd8343680

View file

@ -15,9 +15,6 @@ dataDir = "data"
layoutDir = "layouts" layoutDir = "layouts"
publishDir = "public" publishDir = "public"
[author]
name = "Melora Hugues"
[taxonomies] [taxonomies]
category = "blog" category = "blog"
tags = "tags" tags = "tags"
@ -56,6 +53,9 @@ author = true
logoText = "Hello there!" logoText = "Hello there!"
logoHomeLink = "/" logoHomeLink = "/"
[params.author]
name = "Melora Hugues"
[[params.social]] [[params.social]]
name = "git" name = "git"
url = "https://git.faercol.me" url = "https://git.faercol.me"