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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-10-16 20:57:47 +0300
committerZachary Betz <zwbetz@gmail.com>2018-10-16 20:57:47 +0300
commitedf1ffce56d88edb98d3c4af2b9e7e04e83afdd7 (patch)
tree3eeba55f74afa67a301b5451258f006f99ad6809 /exampleSite
parentea8e6e6fe604d99677c7cc6e6c7c3d15316195b8 (diff)
Add config options for content background/text/link colors and navbar link colors
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 115633b..5403194 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,8 +9,14 @@ enableGitInfo = false
[params]
description = "Some description"
- navbarBackgroundColor = "#000"
- wrapperMaxWidth = "780px"
+ contentBackgroundColor = "#fff"
+ contentTextColor = "#212529"
+ contentLinkColor = "#007bff"
+ contentLinkHoverColor = "#0056b3"
+ navbarBackgroundColor = "#212529"
+ navbarLinkColor = "rgba(255, 255, 255, 0.75)"
+ navbarLinkHoverColor = "rgba(255, 255, 255, 1)"
+ wrapperMaxWidth = "800px"
customDateFormat = "Monday, January 2, 2006"
customCodeStyle = true
customBlockquoteStyle = true