diff options
Diffstat (limited to 'exampleSite')
| -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: |
