diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-14 15:30:44 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-14 15:38:50 +0200 |
| commit | 23d77288040ca113dbc797aa2eaff6ba2a32f324 (patch) | |
| tree | c14a8417684dd54ea7425f7bc64d52d315973ad4 /exampleSite/config/_default | |
| parent | 77b73fceb49bff397dab6badb7df8e821960fe2b (diff) | |
| download | gohugo-theme-ed-23d77288040ca113dbc797aa2eaff6ba2a32f324.tar.gz | |
Move site author configuration to params
Diffstat (limited to 'exampleSite/config/_default')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 7 | ||||
| -rw-r--r-- | exampleSite/config/_default/params.yaml | 11 |
2 files changed, 9 insertions, 9 deletions
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 diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index bf6c79a..12a00b0 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -15,7 +15,7 @@ keywords: # A "copyright"-line to be added to RSS/Atom files. # "©" and "{year}" will be replaced by © and the current year. -copyright: 'Copyright © 2019-{year} John Doe' +copyright: 'Copyright © 2019-{year} Serghei Iakovlev' # Colour scheme. Options: red, orange, magenta, cyan, blue, brown colorScheme: '' @@ -88,6 +88,13 @@ seo: # you have to set `googleAnalytics` param in config.yaml file. anonymizeIp: true +author: + name: Serghei Iakovlev + email: egrep@protonmail.ch + github: sergeyklay + twitter: egreps + location: 'Wrocław, Poland' + social: # Array of Facebook Page Admin IDs for Domain Insights facebookAdminIds: [] @@ -96,7 +103,7 @@ social: facebookId: '' # Twitter username for the website - twitter: john_doe + twitter: egreps # Configure search engine search: |
