dot-hugo/exampleSite/config.toml

202 lines
5.3 KiB
TOML
Raw Normal View History

2019-09-04 11:35:48 +00:00
baseURL = "https://gethugothemes.com/"
theme = "dot"
2019-01-06 10:40:05 +00:00
2019-09-04 11:35:48 +00:00
# customize color
2019-01-06 10:40:05 +00:00
[params]
primaryColor = "#02007e"
secondaryColor = "#f9f9f9"
textColor = "#636363"
textColorDark = "#242738"
whiteColor = "#ffffff"
2019-10-21 09:43:01 +00:00
disableLanguageSwitchingButton = false
2019-01-06 10:40:05 +00:00
[Languages]
# English Language
[Languages.en]
languageName = "En"
weight = 1
languageCode = "en-us"
2019-09-04 11:35:48 +00:00
title = "Dot"
2019-01-06 10:40:05 +00:00
dateFormat = "2 January 2006"
home = "Home"
2019-10-10 09:25:24 +00:00
# logo is for all page
logo = ""
# logo white is for homepage logo, you can use colorful logo too...
logoWhite = ""
2019-09-15 10:56:57 +00:00
copyright = "The Hugo Documents are copyright © [gethugothemes](https://gethugothemes.com/) 2019."
2019-01-06 10:40:05 +00:00
# navigation
[Languages.en.menu]
[[Languages.en.menu.main]]
weight = 2
name = "Faq"
2019-06-15 05:48:38 +00:00
url = "faq"
2019-01-06 10:40:05 +00:00
[[Languages.en.menu.main]]
weight = 2
name = "contact"
2019-06-15 05:48:38 +00:00
url = "contact"
2019-01-06 10:40:05 +00:00
2019-09-04 11:35:48 +00:00
# Dropdown menu
2019-01-06 10:40:05 +00:00
[[Languages.en.menu.main]]
weight = 2
name = "pages"
2019-06-15 05:48:38 +00:00
url = "pages"
2019-01-06 10:40:05 +00:00
hasChildren = true
[[Languages.en.menu.main]]
parent = "pages"
name = "Installation"
2019-06-15 05:48:38 +00:00
url = "installation"
2019-01-06 10:40:05 +00:00
weight = 2
[[Languages.en.menu.main]]
parent = "pages"
name = "Billing and Pricing"
2019-06-15 05:48:38 +00:00
url = "billing-pricing"
2019-01-06 10:40:05 +00:00
weight = 3
[[Languages.en.menu.main]]
parent = "pages"
name = "Features"
2019-06-15 05:48:38 +00:00
url = "features"
2019-01-06 10:40:05 +00:00
weight = 4
# banner
[Languages.en.params.banner]
title = "Support Center & Knowledge base"
description = "Find advice and answers from our support team fast or get in touch"
image = "images/banner.jpg"
placeholder = "Have a question? Just ask here or enter terms"
# Topics
[Languages.en.params.topics]
title = "Find your answer by subject"
# call to action
[Languages.en.params.cta]
enable = true
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"
2019-06-15 05:48:38 +00:00
btnURL = "contact"
2019-01-06 10:40:05 +00:00
# contact
[Languages.en.params.contact]
title = "Got Any Questions"
content = "Submit the form and confirm your email address at <a class='text-primary' href='https://formspree.io/'>Formspree</a> Then add the following lines to contact page YAML Front Matter."
# footer social icon
[[Languages.en.socialIcon]]
icon = "ti-facebook"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
[[Languages.en.socialIcon]]
icon = "ti-twitter-alt"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
[[Languages.en.socialIcon]]
icon = "ti-vimeo-alt"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
[[Languages.en.socialIcon]]
icon = "ti-instagram"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
# Franch Language
[Languages.fr]
languageName = "Fr"
weight = 1
languageCode = "fr-fr"
2019-09-04 11:35:48 +00:00
title = "Dot"
2019-01-06 10:40:05 +00:00
dateFormat = "2 January 2006"
home = "Aidez-moi"
2019-09-04 11:35:48 +00:00
logo = "Dot"
copyright = "Les documents Hugo sont sous copyright © gethugothemes 2019."
2019-01-06 10:40:05 +00:00
# navigation
[Languages.fr.menu]
[[Languages.fr.menu.main]]
weight = 2
name = "Faq"
2019-06-15 05:48:38 +00:00
url = "fr/faq"
2019-01-06 10:40:05 +00:00
[[Languages.fr.menu.main]]
weight = 2
name = "contact"
2019-06-15 05:48:38 +00:00
url = "fr/contact"
2019-01-06 10:40:05 +00:00
2019-09-04 11:35:48 +00:00
# Dropdown menu
2019-01-06 10:40:05 +00:00
[[Languages.fr.menu.main]]
weight = 2
name = "les sujets"
hasChildren = true
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Commencer"
2019-06-15 05:48:38 +00:00
url = "fr/installation"
2019-01-06 10:40:05 +00:00
weight = 2
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Compte et facturation"
2019-06-15 05:48:38 +00:00
url = "fr/billing-pricing"
2019-01-06 10:40:05 +00:00
weight = 3
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Dépannage"
2019-06-15 05:48:38 +00:00
url = "fr/features"
2019-01-06 10:40:05 +00:00
weight = 4
# banner
[Languages.fr.params.banner]
title = "Comment pouvons nous aider?"
description = "Trouvez rapidement des conseils et des réponses auprès de notre équipe d'assistance ou contactez-nous."
image = "images/banner.jpg"
placeholder = "Have a question? Just ask here or enter terms"
# pages
[Languages.fr.params.pages]
title = "Parcourir tous les sujets"
# call to action
[Languages.fr.params.cta]
enable = true
title = "Vous n'avez pas trouvé de réponse à votre question?"
description = "Contactez-nous pour plus de détails sur les services supplémentaires et la tarification du travail personnalisé"
btnText = "Contactez nous"
btnURL = "fr/contact/"
# contact
[Languages.fr.params.contact]
title = "Vous avez des questions"
content = "Envoyez le formulaire et confirmez votre adresse e-mail à l'adresse <a class='text-primary' href='https://formspree.io/'>Formspree</a> Ajoutez ensuite les lignes suivantes pour contacter la page YAML Front Matter."
# footer social icon
[[Languages.fr.socialIcon]]
icon = "ti-facebook"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
[[Languages.fr.socialIcon]]
icon = "ti-twitter-alt"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
[[Languages.fr.socialIcon]]
icon = "ti-vimeo-alt"
2019-06-15 05:48:38 +00:00
linkURL = "#"
2019-01-06 10:40:05 +00:00
[[Languages.fr.socialIcon]]
icon = "ti-instagram"
2019-06-15 05:48:38 +00:00
linkURL = "#"