| 12345678910111213141516171819202122232425 | title: Wowchemy Testbaseurl:module:  imports:    - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms    - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemyoutputs:  home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]markup:  defaultMarkdownHandler: goldmark  goldmark: {renderer: {unsafe: true}}  highlight: {codeFences: false}  tableOfContents: {startLevel: 2, endLevel: 3}disableAliases: truetaxonomies: []params:  require_isotope: false  day_night: true  theme: minimal  font: native  main_menu:    enable: false  cms:    local_backend: true    publish_mode:
 |