dot-hugo/exampleSite/config.toml

190 lines
5.4 KiB
TOML
Raw Normal View History

################################# Default configuration ###################
# provide your domain here
baseURL = "https://examplesite.com/"
# theme
2019-09-04 11:35:48 +00:00
theme = "dot"
# site title
title = "Dot"
# default content language
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
2019-01-06 10:40:05 +00:00
############################# Default Parameters ##########################
2019-01-06 10:40:05 +00:00
[params]
# logo is for all page
logo = ""
# logo white is for homepage logo, you can use colorful logo too...
logoWhite = ""
# when logo is empty, it will shown your site title
# customize color
2019-01-06 10:40:05 +00:00
primaryColor = "#02007e"
secondaryColor = "#f9f9f9"
textColor = "#636363"
textColorDark = "#242738"
whiteColor = "#ffffff"
############################## social links ##############################
[[params.social]]
icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
link = "#"
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "#"
[[params.social]]
icon = "ti-vimeo-alt" # themify icon pack : https://themify.me/themify-icons
link = "#"
[[params.social]]
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
link = "#"
################################# language ################################
2019-01-06 10:40:05 +00:00
[Languages]
################################ English Language ######################
2019-01-06 10:40:05 +00:00
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
2019-01-06 10:40:05 +00:00
home = "Home"
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]]
2019-11-24 09:17:12 +00:00
weight = 3
2019-01-06 10:40:05 +00:00
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]]
2019-11-24 09:17:12 +00:00
weight = 4
2019-01-06 10:40:05 +00:00
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-11-24 09:17:12 +00:00
weight = 1
2019-01-06 10:40:05 +00:00
[[Languages.en.menu.main]]
parent = "pages"
name = "Billing and Pricing"
2019-06-15 05:48:38 +00:00
url = "billing-pricing"
2019-11-24 09:17:12 +00:00
weight = 2
2019-01-06 10:40:05 +00:00
[[Languages.en.menu.main]]
parent = "pages"
name = "Features"
2019-06-15 05:48:38 +00:00
url = "features"
2019-11-24 09:17:12 +00:00
weight = 3
2019-01-06 10:40:05 +00:00
# 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."
################################### Franch Language ######################
2019-01-06 10:40:05 +00:00
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
weight = 2
2019-01-06 10:40:05 +00:00
home = "Aidez-moi"
2019-09-04 11:35:48 +00:00
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]]
2019-11-24 09:17:12 +00:00
weight = 3
2019-01-06 10:40:05 +00:00
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]]
2019-11-24 09:17:12 +00:00
weight = 4
2019-01-06 10:40:05 +00:00
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-11-24 09:17:12 +00:00
weight = 1
2019-01-06 10:40:05 +00:00
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Compte et facturation"
2019-06-15 05:48:38 +00:00
url = "fr/billing-pricing"
2019-11-24 09:17:12 +00:00
weight = 2
2019-01-06 10:40:05 +00:00
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Dépannage"
2019-06-15 05:48:38 +00:00
url = "fr/features"
2019-11-24 09:17:12 +00:00
weight = 3
2019-01-06 10:40:05 +00:00
# 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."