config: swtich to position independend config syntax #693 #694

This commit is contained in:
Sören Weber 2023-10-21 02:27:44 +02:00
parent 7ba8f536f4
commit 20c7cbfe1f
No known key found for this signature in database
GPG Key ID: BEC6D55545451B6D
2 changed files with 2 additions and 4 deletions

View File

@ -212,6 +212,7 @@ title = "Hugo Relearn Theme"
images = ["images/hero.png"] images = ["images/hero.png"]
editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/" editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/"
description = "Documentation for Hugo Relearn Theme" description = "Documentation for Hugo Relearn Theme"
author.name = "Sören Weber"
showVisitedLinks = true showVisitedLinks = true
collapsibleMenu = true collapsibleMenu = true
disableBreadcrumb = false disableBreadcrumb = false
@ -232,8 +233,6 @@ title = "Hugo Relearn Theme"
# security reasons # security reasons
mermaidInitialize = "{ \"securityLevel\": \"loose\" }" mermaidInitialize = "{ \"securityLevel\": \"loose\" }"
mermaidZoom = true mermaidZoom = true
[params.author]
name = "Sören Weber"
[params.siteparam.test] [params.siteparam.test]
text = "A **nested** parameter <b>with</b> formatting" text = "A **nested** parameter <b>with</b> formatting"
[params.imageEffects] [params.imageEffects]

View File

@ -33,8 +33,7 @@ This document shows you what's new in the latest release. For a detailed list of
````toml ````toml
[params] [params]
[params.author] author.name = "Hugo"
name = "Hugo"
```` ````