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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-08-14 08:56:06 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-08-14 08:56:06 +0300
commit84bd48493c20877058b01cabf7b49ececbd0ec7d (patch)
treeb323e64988603b9c74311ab6913f4754b1d118b7 /exampleSite
parentf71b8369219358d939b53015a3b7c4190d3f928b (diff)
Add utterances support.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7291d44..d1fd095 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -37,6 +37,12 @@ description = "My HomePage Description" # will set 'og:description'
tag = "tags"
category = "categories"
+[params.utterances]
+repo="your repo"
+term="[ENTER TERM HERE]"
+label="your label"
+theme="github-light"
+
[[menu.main]]
url = "/categories"
name = "Categories"