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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-27 12:48:55 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-27 12:48:55 +0300
commit2fa50697fdf84abec1f8c05f0a49616e98d228d1 (patch)
tree103e9a0ccbf7d3e82c5cd9e5d1b4305bbcf0995e /exampleSite
parent72a9061bd7f49ba551bcd56712f3907d7ccd0bdf (diff)
Added support for local avatar
Now user can choose to use local avatar or gravatar
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e60ef7e..71e012b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -51,7 +51,8 @@ disqusShortname = "yourdiscussshortname"
yandex_verification = ""
pinterest_verification = ""
baidu_verification = ""
-
+
+ avatar = "/images/me/avatar.jpg" #comment it to use gravatar
socialShare = true
description = "" # site description
@@ -60,7 +61,8 @@ disqusShortname = "yourdiscussshortname"
license= 'Released under <a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
[params.gravatar]
- email = ""
+ #email = "example@gmail.com" #uncomment and insert your email address to use gravatar
+
[params.social]
GitHub = "xxxx"