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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config/_default/languages.yaml')
-rw-r--r--exampleSite/config/_default/languages.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/exampleSite/config/_default/languages.yaml b/exampleSite/config/_default/languages.yaml
new file mode 100644
index 00000000..40884cc1
--- /dev/null
+++ b/exampleSite/config/_default/languages.yaml
@@ -0,0 +1,22 @@
+# Languages
+# Create a section for each of your site's languages.
+# Documentation: https://wowchemy.com/docs/guide/language/
+
+# Default language
+en:
+ languageCode: en-us
+ # Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
+ #contentDir: content/en
+
+# Uncomment the lines below to configure your website in a second language.
+#zh:
+# languageCode: zh-Hans
+# contentDir: content/zh
+# title: Chinese website title...
+# params:
+# description: Site description in Chinese...
+# menu:
+# main:
+# - name: δΌ 
+# url: '#about'
+# weight: 1