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

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Tran <hoang.huy.tran@gmail.com>2018-11-24 02:07:07 +0300
committerHuy Tran <hoang.huy.tran@gmail.com>2018-11-24 02:07:07 +0300
commit895bf8d44ab87e3618911443fe8514ffa8415e8b (patch)
treeeb35c02890b24a6625d01d550672312fc8aaf4c1
parent5ed13e17400bbc09a342b60fd50cd9fe3e6f1525 (diff)
add Gravatar part in README, CHANGELOG, and exampleSite #56
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md6
-rw-r--r--exampleSite/config.toml3
3 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 910547b..8408a6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,17 @@ This changelog mainly documented some major changes, updates or fixes (with cred
__2018-11__
+* Per PR [#56](https://github.com/htr3n/hyde-hyde/commit/5ed13e17400bbc09a342b60fd50cd9fe3e6f1525), Gravatar pics can be used exclusively to `.Site.Params.authorimage` via the parameter `.Site.Params.social.gravatar`
+
+ * ```toml
+ [params.social]
+ gravatar = "your.email@domain.com"
+ ```
+
* Fix Hugo demo (issue [#53](https://github.com/htr3n/hyde-hyde/issues/53))
+
* Fix mobile header (PR [#51](https://github.com/htr3n/hyde-hyde/pull/51): credits to [@gamingrobot](https://github.com/gamingrobot))
+
* Add Utterances comments (PR [#50](https://github.com/htr3n/hyde-hyde/pull/50): credits to [@gamingrobot](https://github.com/gamingrobot))
__2018-10__
diff --git a/README.md b/README.md
index 7d53152..f29ce93 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,12 @@ __`Hyde-hyde`__ essentially inherits most of Hyde's [options](https://github.com
...
```
+ * Per PR [#56](https://github.com/htr3n/hyde-hyde/commit/5ed13e17400bbc09a342b60fd50cd9fe3e6f1525), Gravatar pics can be used exclusively to `.Site.Params.authorimage` via the parameter `.Site.Params.social.gravatar`
+
+ * ```toml
+ [params.social]
+ gravatar = "your.email@domain.com"
+ ```
### Customisations
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d0412d2..9368df2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,7 +28,7 @@ theme = "hyde-hyde"
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark
-
+
# Table of contents
#toc = none, "hugo", or "tocbot"
@@ -43,6 +43,7 @@ theme = "hyde-hyde"
stackoverflow = "<username>"
telegram = "<username>"
email = "your-email@example.com"
+ # gravatar = "your-email@example.com"
## Main Menu
[[menu.main]]