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