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>2019-11-07 06:24:30 +0300
committerGitHub <noreply@github.com>2019-11-07 06:24:30 +0300
commit640ff27a42ee36311328a4ce36aaa48c995b53b0 (patch)
treebda8472d1b5a0c33a9f2185c9bfed981624560ab
parentf7a755e7e000a2f2ed7f2e402bc05d74d7d7b111 (diff)
parentca1c26a8d171580ee192ebea148089e200c39b1d (diff)
Merge pull request #91 from MarcoIeni/patch-1
README: clarify UtternacesRepo syntax
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dad2d2d..5aa51ef 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ __`Hyde-hyde`__ essentially inherits most of Hyde's [options](https://github.com
* `GraphCommentId = "your-graphcomment-id"`: to use [GraphComment](https://graphcomment.com) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`.
-* `UtterancesRepo = "your-repo-name"`: to use [Utterances](https://utteranc.es/) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`.
+* `UtterancesRepo = "owner/repo-name"`: to use [Utterances](https://utteranc.es/) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`.
* `UtterancesIssueTerm = "pathname"` Method for Utterances to match issue's to posts (pathname, url, title, og:title)
* `UtterancesTheme = "github-light"` Theme for Utterances (github-light, github-dark)