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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesselau76 <40444824+jesselau76@users.noreply.github.com>2018-11-14 11:04:48 +0300
committerGitHub <noreply@github.com>2018-11-14 11:04:48 +0300
commitaacb5c3877e66a65645df516c49fa4fa5763d759 (patch)
tree51c85be4ffa063a49296225c6336c0d51be42b96 /exampleSite
parente810ec481095c84059d995c11c87d687621b6f48 (diff)
Update config.toml
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 289ab8d..2b26e0b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,6 @@
baseurl = "https://example.com/"
languageCode = "en-us"
+defaultContentLanguage = "en" # en / zh-CN / ... (This field determines which i18n file to use)
title = "Hugo W3 Simple Theme"
theme = "hugo-w3-simple"
disqusShortname = "" # disqus_shortname
@@ -22,7 +23,7 @@ paginate = 12 #gridstyle use 3 column. so should be 3,6,9,12,15....
[[menu.main]]
name = "All Posts"
url = "/allposts/"
- weight = 4
+ weight = 5
[params]