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
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/user.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user.md b/docs/user.md
index 31df8a3..cc0cbf2 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -479,6 +479,9 @@ gallery:
- http://i.imgur.com/o9r19kD.jpg "Dubai"
- https://example.com/orignal.jpg https://example.com/thumbnail.jpg "Sidney"
comments: false
+showTags: true
+showPagination: true
+showSocial: true
```
|Variable|Description|
@@ -496,6 +499,9 @@ comments: false
|coverMeta|`in`: display post meta (title, date and categories) on cover image, `out`: display meta (title, date and categories) under cover image as usual. Default behavior : `in`|
|gallery|Images displayed in an image gallery (with fancybox) at the end of the post. If thumbnail image is not configured and cover image too, the first photo is used as thumbnail image. format: `original url [thumbnail url] [caption]`, E.g : `https://example.com/original.jpg https://example.com/thumbnail.jpg "New York"`|
|comments|Disable the comment of the post.
+|showTags|`true`: show tags of this page. Default behavior: `true`
+|showPagination|`true`: show pagination. Default behavior: `true`
+|showSocial|`true`: show social button such as share on Twitter, Facebook... Default behavior: `true`
Example:
A post on index page will look like this with :`thumbnailImagePosition` set to `bottom`: