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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2019-08-07 09:40:44 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2019-08-07 09:40:44 +0300
commit7ff4322f40a24bbd690bb4cb2ee76a1708396303 (patch)
tree7022f6448ad3463507ce79fa18e148282fe554da
parent31eaeb31bf3df524639b9ebfc0eb6f891f55ba84 (diff)
fix(exampleSite): Update config file of example sitev1.6.2
Update the social link params of example site. Resolves: #3 See also: gohugoio/hugoThemes#668
-rw-r--r--exampleSite/config.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f905fbd..8f79ded 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,8 @@
-baseurl = "/"
+baseURL = "/"
languageCode = "zh-cmn-Hant"
title = "Bingo"
theme = "hugo-bingo"
+themesDir = "../.."
disableHugoGeneratorInject = true
enableEmoji = true
@@ -27,26 +28,27 @@ googleAnalytics = "UA-123-45"
weight = 20
[params]
+ dateFormat = "2006-01-02"
[params.gravatar]
email = "hugo@example.com"
[[params.social]]
- icon = "github"
+ name = "github"
url = "https://github.com/example"
weight = 10
[[params.social]]
- icon = "twitter"
+ name = "twitter"
url = "https://twitter.com/example"
weight = 30
[[params.social]]
- icon = "stackoverflow"
+ name = "stackoverflow"
url = "https://stackoverflow.com/story/example"
weight = 40
[[params.social]]
- icon = "linkedin"
+ name = "linkedin"
url = "https://www.linkedin.com/in/example"
weight = 20