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

github.com/zwbetz-gh/vanilla-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>2019-01-02 20:23:23 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-02 20:23:23 +0300
commitff399df36dff4e5fe278a754e2070ad60370ecfd (patch)
tree15ffb4011188ecc997c39a5355513c18e0872a50 /exampleSite
parente4b127d32c975160df785ddf2a044b04f8ac3119 (diff)
Config option for active nav
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/config.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7850380..0048b92 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -45,6 +45,7 @@ googleAnalytics = "UA-123456789-1"
[params]
includeBootstrapJs = false
+ showActiveNav = true
containerMaxWidth = "700px"
dateFormat = "Jan 2, 2006"
homeText = "Welcome to the Vanilla theme demo. Have a look around. Maybe even eat some ice cream."
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index d38698a..d189103 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -41,6 +41,7 @@ menu:
params:
includeBootstrapJs: false
+ showActiveNav: true
containerMaxWidth: 700px
dateFormat: Jan 2, 2006
homeText: Welcome to the Vanilla theme demo. Have a look around. Maybe even eat some ice cream.