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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <wangchucheng@outlook.com>2020-11-24 19:03:15 +0300
committerWang Chucheng <wangchucheng@outlook.com>2020-11-24 19:03:15 +0300
commit1f9824221d92a14ae08f03d5e57488c48bd8b537 (patch)
tree5939a2277efb38f45beb9c6e9296f3772b98744f /exampleSite
parente6017ec490789408e133175473e6f0fb18164013 (diff)
refactor: unify asset format
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/languages.toml2
-rw-r--r--exampleSite/config/_default/params.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config/_default/languages.toml b/exampleSite/config/_default/languages.toml
index 03c09fa..c677c60 100644
--- a/exampleSite/config/_default/languages.toml
+++ b/exampleSite/config/_default/languages.toml
@@ -1,10 +1,12 @@
[en]
languageCode = "en"
+ languageName = "English"
# Uncomment for multilingual sites, and move the default content into corresponding sub-folder.
# contentDir = "content/en"
# Uncomment for multilingual sites, and customize the following config.
# [zh]
# languageCode = "zh"
+# languageName = "简体中文"
# contentDir = "content/zh"
# title = "中文标题" \ No newline at end of file
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 0210e83..9820cb1 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -13,7 +13,7 @@ colorScheme = ""
# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
siteType = "Person"
icon = "images/icon.png"
-publisherName = "Example publisher"
+publisherName = "C. Wang"
publisherLogo = ""
[hero]