Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2017-05-27 10:25:43 +0300
committerGitHub <noreply@github.com>2017-05-27 10:25:43 +0300
commita1351baca7fec6c48e9549fae8493c7ad9d81318 (patch)
tree443f198db15273e41c6df591e9ac72ce49c7d407 /exampleSite
parent3098e605bc253ee148af4c57b4f702519079a6b3 (diff)
parent4df816863dbe716389709131770ed98eb24ef762 (diff)
Merge pull request #171 from KSLHacks/master
added fallbackCoverColor param in .toml
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8a4286b..33638fa 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -139,6 +139,10 @@ canonifyurls = true
# and use relative url : `your-image.png`
coverImage = "cover.jpg"
+ # Set value for background color (hex). Suggested that you choose a dark color since the text on the page is white. This will help users view your website
+ # even when the cover photo is still loading. The default value is white, so until the cover image loads, the text will not be readable.
+ fallbackCoverColor = "#0B0D19"
+
# Display an image gallery at the end of a post which have photos variables (false: disabled, true: enabled)
imageGallery = true