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-15 12:15:32 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-15 12:15:32 +0300
commit9969bc696755c23fdeda468f8f6790d9c44251a8 (patch)
treea39fb818e077efdf65a68dd56a62fe17890936c5 /exampleSite
parentcca4ddbcd68008d70770fc09f3ad8a27894520ec (diff)
Added gitalk comment system
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 595cde4..37c3712 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -130,4 +130,9 @@ copyright = "This work is licensed under a Creative Commons Attribution-NonComme
url = "cover.png"
width = 800
height = 600
-
+
+[params.gitalk]
+owner = ""
+repo = ""
+clientId = ""
+clientSecret = ""