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

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml21
1 files changed, 3 insertions, 18 deletions
diff --git a/config.toml b/config.toml
index 37c50d4..72b7e51 100644
--- a/config.toml
+++ b/config.toml
@@ -5,28 +5,13 @@ copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all r
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
-disableLanguages = ["fr"]
-
-[languages.en]
-languageName = "English"
-weight = 1
-title = "Hugo Themes"
-
-[languages.fr]
-languageName = "Français"
-weight = 2
-title = "Thèmes Hugo"
+ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
[menu]
[[menu.main]]
- identifier = "tutorials"
- name = "Tutorials"
- url = "post/"
- weight = 5
-
- [[menu.main]]
identifier = "about"
name = "About"
url = "about/"
- weight = 10 \ No newline at end of file
+ weight = 10
+