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

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Taylor <matthew@m-taylor.co.uk>2018-10-23 05:57:19 +0300
committerMatthew Taylor <matthew@m-taylor.co.uk>2018-10-23 05:57:19 +0300
commit64fc30ecdefee45d8fe79d9a7929b25706d72286 (patch)
treea8d6f965ee539ff72fa074e63385758d6520aac2 /exampleSite
parent53c67f15c6b4f21fe43526527d3dfed52b46968d (diff)
Add disableBreadcrumbs and disableNextPrev to English documentation
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/basics/configuration/_index.en.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md
index c0fbed8..e56f84b 100644
--- a/exampleSite/content/basics/configuration/_index.en.md
+++ b/exampleSite/content/basics/configuration/_index.en.md
@@ -33,6 +33,10 @@ Note that some of these parameters are explained in details in other sections of
disableShortcutsTitle = false
# When using mulitlingual website, disable the switch language button.
disableLanguageSwitchingButton = false
+ # Hide breadcrumbs in the header and only show the current page title
+ disableBreadcrumb = true
+ # Hide Next and Previous page buttons normally displayed full height beside content
+ disableNextPrev = true
# Order sections in menu by "weight" or "title". Default to "weight"
ordersectionsby = "weight"
# Change default color scheme with a variant one. Can be "red", "blue", "green".