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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Noczinski <gregor@noczinski.eu>2016-12-22 22:41:13 +0300
committerGregor Noczinski <gregor@noczinski.eu>2016-12-22 22:41:13 +0300
commit630938a1cdf52cf6484ed3952397ed04301b5e78 (patch)
treea1b9c5e9a326f7f719b5ecc29193b7d58495d137 /exampleSite
parente8d38169c6c31743c4013d7c9f20526f4de6cde1 (diff)
Added possibilities to make page more customizable.
1. Show/hide pagination per page. 2. Show/hide social buttons for Twitter, Facebook, ... per page. 3. Show/hide page tags per page. 4. Make sidebar author avatar link modifiable
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4b29900..268214b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -165,6 +165,10 @@ defaultContentLanguage = "en-us"
icon = ""
url = "/#about"
+ # Customize like of athor avatar in sidebar
+ # [params.sidebar.profile]
+ # url = "/#about"
+
# Customize copyright value "© 2016 <CUSTOMIZATION>. All Rights Reserved"
# [params.footer]
- # copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>" \ No newline at end of file
+ # copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>"