summaryrefslogtreecommitdiffstats
path: root/exampleSite/config/_default
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config/_default')
-rw-r--r--exampleSite/config/_default/config.yaml5
-rw-r--r--exampleSite/config/_default/languages.yaml3
2 files changed, 3 insertions, 5 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index 7dc1335..719eebb 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -1,9 +1,6 @@
# You may need to change this line for your real project.
baseURL: /
-languageCode: en-us
-defaultContentLanguage: en
-
# Keep title short to prevent overflow.
# There’s no official guidance on this, but 40 characters for
# mobile and 60 for desktop is roughly the sweet spot.
@@ -15,7 +12,7 @@ title: Ed.
enableRobotsTXT: true
# When using ref or relref to resolve page links and a link cannot
-# resolved, it will be logged with this log level.
+# resolve, it will be logged with this log level.
refLinksErrorLevel: WARNING
# Kick out RSS, we'll use Atom and FEED bellow.
diff --git a/exampleSite/config/_default/languages.yaml b/exampleSite/config/_default/languages.yaml
index 9f1a04b..ae49ea4 100644
--- a/exampleSite/config/_default/languages.yaml
+++ b/exampleSite/config/_default/languages.yaml
@@ -1,4 +1,5 @@
en:
- weight: 1
+ languageCode: en
languageDirection: ltr
languageName: English
+ weight: 1