dot-hugo/exampleSite/config.toml
2019-11-24 15:17:12 +06:00

190 lines
No EOL
5.4 KiB
TOML

################################# Default configuration ###################
# provide your domain here
baseURL = "https://examplesite.com/"
# theme
theme = "dot"
# site title
title = "Dot"
# default content language
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
############################# Default Parameters ##########################
[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
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 ################################
[Languages]
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = "The Hugo Documents are copyright © [gethugothemes](https://gethugothemes.com/) 2019."
# navigation
[Languages.en.menu]
[[Languages.en.menu.main]]
weight = 2
name = "Faq"
url = "faq"
[[Languages.en.menu.main]]
weight = 3
name = "contact"
url = "contact"
# Dropdown menu
[[Languages.en.menu.main]]
weight = 4
name = "pages"
url = "pages"
hasChildren = true
[[Languages.en.menu.main]]
parent = "pages"
name = "Installation"
url = "installation"
weight = 1
[[Languages.en.menu.main]]
parent = "pages"
name = "Billing and Pricing"
url = "billing-pricing"
weight = 2
[[Languages.en.menu.main]]
parent = "pages"
name = "Features"
url = "features"
weight = 3
# 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"
btnURL = "contact"
# 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 ######################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
weight = 2
home = "Aidez-moi"
copyright = "Les documents Hugo sont sous copyright © gethugothemes 2019."
# navigation
[Languages.fr.menu]
[[Languages.fr.menu.main]]
weight = 2
name = "Faq"
url = "fr/faq"
[[Languages.fr.menu.main]]
weight = 3
name = "contact"
url = "fr/contact"
# Dropdown menu
[[Languages.fr.menu.main]]
weight = 4
name = "les sujets"
hasChildren = true
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Commencer"
url = "fr/installation"
weight = 1
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Compte et facturation"
url = "fr/billing-pricing"
weight = 2
[[Languages.fr.menu.main]]
parent = "les sujets"
name = "Dépannage"
url = "fr/features"
weight = 3
# 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."