From 23d77288040ca113dbc797aa2eaff6ba2a32f324 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 14 Apr 2024 15:30:44 +0200 Subject: Move site author configuration to params --- exampleSite/config/_default/config.yaml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'exampleSite/config/_default/config.yaml') diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 3941f28..eda82ea 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -133,13 +133,6 @@ sitemap: filename: sitemap.xml priority: 0.5 -author: - name: John Doe - email: john@example.com - github: john_doe - twitter: john_doe - location: 'Kyiv, Ukraine' - # For more see https://gohugo.io/getting-started/configuration-markup/ markup: defaultMarkdownHandler: goldmark -- cgit v1.2.3