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

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2019-03-03 12:01:16 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2019-03-03 12:01:16 +0300
commitf503a36136f87e2e977df14cbdfaa1e06cc6ac16 (patch)
treec53a76fdfa41fdc83580de0a7eab8ed2b2108993 /exampleSite
parent54748943a9c8221b52af148fa85a1c07a03f1f6c (diff)
Add option to hide main header
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 33312f7..97dbd4e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,7 +23,7 @@ paginate = 10
paginatePath = "page"
[params]
- # Site subtitle
+ # Site subtitle (not shown if commented out or set to false)
subtitle = "Just another site"
# Site description
@@ -39,6 +39,11 @@ paginatePath = "page"
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
datefmt = "Mon, 02 Jan 2006 15:04:05 MST"
+ # Header with title/subtitle can be disabled here.
+ # (If you disable this, add some link on the index page inside menu.main,
+ # otherwise your visitors will get confused and lost...)
+ showNavHeader = true
+
# Decide if only summaries are shown on the main page or the full content
showFullContent = true