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:
authorKevin Leung <leung.kevin23@gmail.com>2017-05-27 10:28:01 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2017-05-27 10:28:01 +0300
commit4c9ba20b62c306fd97bca3e355d0a3c55b1a4ae3 (patch)
tree43e337e9aafad369d17f8bbd313a06d03295ec0a /exampleSite
parenta1351baca7fec6c48e9549fae8493c7ad9d81318 (diff)
Added Front-matter coverHeight setting (#173)
Adding Front-matter parameter: coverHeight and editing user.md
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 33638fa..8a4286b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -139,10 +139,6 @@ 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