aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-01-02 21:06:00 +0200
committerGitHub <noreply@github.com>2020-01-02 21:06:00 +0200
commitf55cffc137c01ccf1543d0b956d64c428be78405 (patch)
tree00c5f514244b25dec79c92fadf18d3bef6f52483 /exampleSite/config.yml
parenta8f60c31b75fe5a3c91a6595585738523f1cad25 (diff)
parent8dccaed582abc196d426687f73efd34135da0b83 (diff)
v4.0.1
Add .Params.headerTextColor for consistent title color - v4.0.1
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml18
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
#