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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <angelkatalyst@gmail.com>2017-04-10 08:55:55 +0300
committerMichael Romero <angelkatalyst@gmail.com>2017-04-10 08:55:55 +0300
commit30d2dd71968a01e0a80f176b5acceae795360e72 (patch)
tree1ad75deea6135c3ca409cc50c49ec5ce2b35c487 /exampleSite
parent56cfa6f0f1c0bdfa2f78bd9dbc04fc0a3ea10324 (diff)
Add Japanese language select to example config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6f6e3dc..ac61336 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
baseurl = "https://username.github.io"
-languageCode = "en-us"
+DefaultContentLanguage = "en"
title = "Beautiful Hugo"
theme = "beautifulhugo"
metaDataFormat = "yaml"