diff options
Diffstat (limited to 'exampleSite/config/_default/params.yaml')
| -rw-r--r-- | exampleSite/config/_default/params.yaml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index 42685e5..9a306b3 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -17,7 +17,7 @@ keywords: # "©" and "{year}" will be replaced by © and the current year. copyright: 'Copyright © 2019-{year} John Doe' -# Color scheme. Options: red, orange, magenta, cyan, blue, brown +# Colour scheme. Options: red, orange, magenta, cyan, blue, brown colorScheme: '' # Used in site header @@ -77,20 +77,26 @@ assets: # Logo image, relative to ./assets logo: /img/open-graph-logo.png disable_fingerprinting: false + seo: # Will be used in schema.org/Organization. # The site.Title will be used if empty. publisher: Serghei Iakovlev + # To anonymize the IP addresses of hits sent to Google Analytics + # set this param to true. Please note, to enable Google Analytics + # you have to set `googleAnalytics` param in config.yaml file. + anonymizeIp: true + social: -# Facebook Page Admin ID for Domain Insights -facebook_admin: '' + # Facebook Page Admin ID for Domain Insights + facebook_admin: '' -# Facebook Page ID -facebook_id: '' + # Facebook Page ID + facebook_id: '' -# Twitter username for the website -twitter: john_doe + # Twitter username for the website + twitter: john_doe # Configure search engine search: |
