diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-01-02 20:55:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 20:55:57 +0200 |
commit | 9df72c3839fdd2f47406387a1f2027511f7e3c25 (patch) | |
tree | 63b78088c881c5d072a41808dfb4310ee77f8c76 /exampleSite | |
parent | 7df19c9155123562a6e4236aeb288354688970df (diff) |
v4.0.1
Diffstat (limited to 'exampleSite')
-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 # |