mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
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:
parent
ab492effb1
commit
b54a5f4625
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user