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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah Henderson <hannah@circleci.com>2018-11-25 17:13:18 +0300
committerHannah Henderson <hannah@circleci.com>2018-11-25 17:21:09 +0300
commit397d4033a59bf9c53c2d7f101434d777fa930bd9 (patch)
tree2de853c80c71777b71302c637bf8032430888d60 /exampleSite
parentad7477ab8745d0a2ba45a2e334090ae314e9c988 (diff)
Add the option to hide recommendations
Specifically, allow users to hide 'Friends' and 'Bookmarks' lists Update default template to reflect config.toml settings
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 336d182..97193f0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -37,7 +37,7 @@ home = ["HTML", "RSS", "Algolia"]
sidebar_about_description = "Software Developer, Open Source Enthusiast and Life Adventurer"
sidebar_avatar = "img/avatar-zhaohuabing.jpg" # use absolute URL, seeing it's used in both `/` and `/about/`
- featured_tags = true
+ featured_tags = true
featured_condition_size = 2
# Baidu Analytics
@@ -64,11 +64,15 @@ home = ["HTML", "RSS", "Algolia"]
wechat = "link of wechat QR code image"
#pinterest = "full profile url in pinterest"
#medium = "full profile url in medium"
-
+
+ friends = true
+
[[params.friend_link]]
title = "Linda的博客"
href = "https://zhaozhihan.com"
+ bookmarks = true
+
[[params.bookmark_link]]
title = "Martin Fowler"
href = "https://martinfowler.com"