From b54a5f4625938e2b27f1d4ca1381d69159725452 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 6 Aug 2024 12:02:29 +0200 Subject: [PATCH] fix(config): move description to params section Moved the 'description' field from the main config section to the 'params' section for better organization and adherence to Hugo's recommended configuration structure. This change helps maintain cleaner and more modular configuration files. --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 71f763a..3677d48 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,6 @@ baseURL = 'https://revuo-xmr.com/' languageCode = 'en-us' title = 'Revuo Monero' -description = 'Weekly and Quarterly Monero Newsletter' disablePathToLower = true canonifyURLs = true enableRobotsTXT = true @@ -15,6 +14,8 @@ priority = 0.5 quality = 50 [params] +description = 'Weekly and Quarterly Monero Newsletter' + dateFormat = "02 Jan 2006" nav_links = [