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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-24 15:08:56 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-24 15:08:56 +0300
commite705be3d786cef0855bfdb1afbc8705627078e61 (patch)
treea178e4d7f8bf9159ee33cb381828c8e7bf08fc5f /exampleSite
parent7a992cd63c37372eaf23485d1ca5f3a3d72f03a3 (diff)
Add Chinese support and modify README.md.
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 e4f8f3d..c10a525 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,5 @@
baseURL = "http://example.org/"
+DefaultContentLanguage = "en" // Theme's display language, supports: en, fr, zh, zh-hant
languageCode = "en-us"
title = "A Hugo Site"
copyright = "This is a customized copyright."
@@ -45,4 +46,4 @@ weight = 1
[[menu.main]]
url = "/index.xml"
name = "RSS Feed"
-weight = 4
+weight = 4 \ No newline at end of file