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.
This commit is contained in:
Kumi 2024-08-06 12:02:29 +02:00
parent ab492effb1
commit b54a5f4625
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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 = [