diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-02-28 20:48:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 20:48:24 +0200 |
commit | 1f95dbd24d4f1cb0c97c94714b30269f8bee3b5b (patch) | |
tree | d5c67815b63dee4487bd951dd6db3bf625ff5194 /exampleSite/config.yml | |
parent | d61f3c50ea256f5ad4dd7b231982dd9189145b81 (diff) | |
parent | ed5732629e142492b78888f6007de2fda618991c (diff) |
Merge pull request #99 from kfox1111/nameoverride
Allow server display name to be overridden.
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 3e474b1..b384501 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -183,7 +183,7 @@ params: # most of the interface to ensure # a good user experience. # - # Default: false + # Default: `false` # BOOLEAN; `true`, `false` disableDarkMode: false @@ -261,9 +261,23 @@ params: # and use the status indication # colors that were just defined? # - # Default: true + # Default: `true` # BOOLEAN; `true`, `false` alwaysKeepBrandColor: true + + # Introduced in v4.0.1 for consistent + # site title text color. + # + # If you do not use the logo, what color + # should the site text color be? + # + # Removing this option will not force + # any site text color. This is likely + # unwanted behavior. + # + # Default: `white` + # STRING; `white`, `black`, or nothing + headerTextColor: white # Google Analytics tracking code # |