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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-06-15 08:48:38 +0300
committersomrat <monnaf37@gmail.com>2019-06-15 08:48:38 +0300
commit3f41c9d0b928fce4b11bc913b2973808734c1b08 (patch)
tree2f7dadd6a1269c315277015e8b687afd99e540af /exampleSite
parent24fcdf79d66c1500de653132b4f5a6efd6bcc4ba (diff)
fixed hugo depricated issues
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml46
1 files changed, 23 insertions, 23 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 37c7f91..4153b33 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
baseURL = "gethugothemes.com"
-theme = "dot"
+theme = "dot-hugo-documentation-theme"
[params]
@@ -28,41 +28,41 @@ whiteColor = "#ffffff"
[[Languages.en.menu.main]]
weight = 2
name = "Faq"
- url = "/faq"
+ url = "faq"
[[Languages.en.menu.main]]
weight = 2
name = "contact"
- url = "/contact"
+ url = "contact"
[[Languages.en.menu.main]]
weight = 2
name = "pages"
- url = "/pages"
+ url = "pages"
hasChildren = true
[[Languages.en.menu.main]]
parent = "pages"
name = "Elements"
- URL = "/elements"
+ url = "elements"
weight = 1
[[Languages.en.menu.main]]
parent = "pages"
name = "Installation"
- URL = "/installation"
+ url = "installation"
weight = 2
[[Languages.en.menu.main]]
parent = "pages"
name = "Billing and Pricing"
- URL = "/billing-pricing"
+ url = "billing-pricing"
weight = 3
[[Languages.en.menu.main]]
parent = "pages"
name = "Features"
- URL = "/features"
+ url = "features"
weight = 4
@@ -85,7 +85,7 @@ whiteColor = "#ffffff"
title = "Didn't find an answer to your question?"
description = "Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam."
btnText = "contact us"
- btnURL = "/contact"
+ btnURL = "contact"
# contact
[Languages.en.params.contact]
@@ -95,19 +95,19 @@ whiteColor = "#ffffff"
# footer social icon
[[Languages.en.socialIcon]]
icon = "ti-facebook"
- URL = "/#"
+ linkURL = "#"
[[Languages.en.socialIcon]]
icon = "ti-twitter-alt"
- URL = "/#"
+ linkURL = "#"
[[Languages.en.socialIcon]]
icon = "ti-vimeo-alt"
- URL = "/#"
+ linkURL = "#"
[[Languages.en.socialIcon]]
icon = "ti-instagram"
- URL = "/#"
+ linkURL = "#"
@@ -130,12 +130,12 @@ whiteColor = "#ffffff"
[[Languages.fr.menu.main]]
weight = 2
name = "Faq"
- url = "/fr/faq"
+ url = "fr/faq"
[[Languages.fr.menu.main]]
weight = 2
name = "contact"
- url = "/fr/contact"
+ url = "fr/contact"
[[Languages.fr.menu.main]]
weight = 2
@@ -145,25 +145,25 @@ whiteColor = "#ffffff"
[[Languages.fr.menu.main]]
parent = "pages"
name = "Elements"
- URL = "/elements"
+ url = "elements"
weight = 1
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Commencer"
- URL = "/fr/installation"
+ url = "fr/installation"
weight = 2
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Compte et facturation"
- URL = "/fr/billing-pricing"
+ url = "fr/billing-pricing"
weight = 3
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Dépannage"
- URL = "/fr/features"
+ url = "fr/features"
weight = 4
# banner
@@ -193,16 +193,16 @@ whiteColor = "#ffffff"
# footer social icon
[[Languages.fr.socialIcon]]
icon = "ti-facebook"
- URL = "/#"
+ linkURL = "#"
[[Languages.fr.socialIcon]]
icon = "ti-twitter-alt"
- URL = "/#"
+ linkURL = "#"
[[Languages.fr.socialIcon]]
icon = "ti-vimeo-alt"
- URL = "/#"
+ linkURL = "#"
[[Languages.fr.socialIcon]]
icon = "ti-instagram"
- URL = "/#" \ No newline at end of file
+ linkURL = "#" \ No newline at end of file