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

github.com/aerohub/hugo-faq-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraerohub <aerohub@users.noreply.github.com>2016-09-22 00:27:43 +0300
committeraerohub <aerohub@users.noreply.github.com>2016-09-22 00:27:43 +0300
commit23bc18d79c5ff35937ff36159f3df7b0672d0cbd (patch)
tree351eabc4dee1c73661eca7d41133fd35d8f7a227
parent793163ffe505dca6172070c0ab122473c82036ef (diff)
Fixed config.toml
-rw-r--r--exampleSite/config.toml56
1 files changed, 28 insertions, 28 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9004084..4d1adfe 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,38 +1,38 @@
# Site settings
-baseurl = "http://faq.ru/"
+baseurl = "http://replace-this-with-your-hugo-site.com/"
+languageCode = "en-US"
title = "Simple FAQ Theme for Hugo"
theme = "hugo-faq-theme"
-# Do not build RSS files
+# Do not build files for websites. Need them? Set to false
disableRSS = true
-
-# Do not build sitemap
disableSitemap = true
+disable404 = true
# Menu
SectionPagesMenu = "main"
-[[menu.main]]
- name = "Basics"
- weight = 10
- url = "#basics"
-[[menu.main]]
- name = "Mobile"
- weight = 20
- url = "#mobile"
-[[menu.main]]
- name = "Account"
- weight = 30
- url = "#account"
-[[menu.main]]
- name = "Payments"
- weight = 40
- url = "#payments"
-[[menu.main]]
- name = "Privacy"
- weight = 50
- url = "#privacy"
-[[menu.main]]
- name = "Delivery"
- weight = 60
- url = "#delivery" \ No newline at end of file
+ [[menu.main]]
+ name = "Basics"
+ weight = 10
+ url = "#basics"
+ [[menu.main]]
+ name = "Mobile"
+ weight = 20
+ url = "#mobile"
+ [[menu.main]]
+ name = "Account"
+ weight = 30
+ url = "#account"
+ [[menu.main]]
+ name = "Payments"
+ weight = 40
+ url = "#payments"
+ [[menu.main]]
+ name = "Privacy"
+ weight = 50
+ url = "#privacy"
+ [[menu.main]]
+ name = "Delivery"
+ weight = 60
+ url = "#delivery" \ No newline at end of file