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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/content-and-customization/02-navigation-search')
-rw-r--r--exampleSite/content/content-and-customization/02-navigation-search/_index.md2
-rw-r--r--exampleSite/content/content-and-customization/02-navigation-search/menu/_index.md2
-rw-r--r--exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md2
-rw-r--r--exampleSite/content/content-and-customization/02-navigation-search/theheader/_index.md2
-rw-r--r--exampleSite/content/content-and-customization/02-navigation-search/toc/_index.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/content/content-and-customization/02-navigation-search/_index.md b/exampleSite/content/content-and-customization/02-navigation-search/_index.md
index 24aed7c..2274dd5 100644
--- a/exampleSite/content/content-and-customization/02-navigation-search/_index.md
+++ b/exampleSite/content/content-and-customization/02-navigation-search/_index.md
@@ -2,7 +2,7 @@
title = "Navigation & Search"
description = ""
weight = 30
-hide_toc = true
+hide = "toc"
+++
Docport allow you to easily customize header, left & righ sidebars and footer.
diff --git a/exampleSite/content/content-and-customization/02-navigation-search/menu/_index.md b/exampleSite/content/content-and-customization/02-navigation-search/menu/_index.md
index cc2eda9..4a38d9a 100644
--- a/exampleSite/content/content-and-customization/02-navigation-search/menu/_index.md
+++ b/exampleSite/content/content-and-customization/02-navigation-search/menu/_index.md
@@ -81,5 +81,5 @@ Create a `_index.md` page in `_layout/_sidepage-after` folder.
## Hide site menu
-Set `hide_nav=true` in your page's frontmatter, see [an example here]({{%relref "examples/page without sidebar and toc"%}})
+Set `hide: nav` in your page's frontmatter, see [an example here]({{%relref "examples/page without sidebar and toc"%}})
diff --git a/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md b/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md
index 399c203..b4bca90 100644
--- a/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md
+++ b/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md
@@ -27,5 +27,5 @@ This allow you to define a localized footer content.
{{%alert info%}}**Tip :** You can put a full HTML content in your `_index.md` file{{%/alert%}}
## Hide site footer
-Set `hide_footer=true` in your page's frontmatter, see [an example here]({{%relref "examples/page without footer"%}})
+Set `hide: footer` in your page's frontmatter, see [an example here]({{%relref "examples/page without footer"%}})
diff --git a/exampleSite/content/content-and-customization/02-navigation-search/theheader/_index.md b/exampleSite/content/content-and-customization/02-navigation-search/theheader/_index.md
index e13929f..0ab6123 100644
--- a/exampleSite/content/content-and-customization/02-navigation-search/theheader/_index.md
+++ b/exampleSite/content/content-and-customization/02-navigation-search/theheader/_index.md
@@ -58,4 +58,4 @@ Its content is what you get in the header (site shortscurs remains)
This allow you to define a localized header content.
## Hide site header
-Set `hide_header=true` in your page's frontmatter, see [an example here]({{%relref "examples/page without header"%}}) \ No newline at end of file
+Set `hide: header` in your page's frontmatter, see [an example here]({{%relref "examples/page without header"%}}) \ No newline at end of file
diff --git a/exampleSite/content/content-and-customization/02-navigation-search/toc/_index.md b/exampleSite/content/content-and-customization/02-navigation-search/toc/_index.md
index 9f479b9..d87edd0 100644
--- a/exampleSite/content/content-and-customization/02-navigation-search/toc/_index.md
+++ b/exampleSite/content/content-and-customization/02-navigation-search/toc/_index.md
@@ -44,4 +44,4 @@ Create a `_index.md` page in `_layout/_sidepage-after` folder.
## Hide right sidebar
-Set `hide_toc=true` in your page's frontmatter, see [an example here]({{%relref "examples/page without toc"%}})
+Set `hide: toc` in your page's frontmatter, see [an example here]({{%relref "examples/page without toc"%}})