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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml14
1 files changed, 10 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 550adf9..8eaa503 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -161,10 +161,10 @@ copyright = "This work is licensed under a Creative Commons Attribution-NonComme
height = 600
[params.gitalk]
-owner = ""
-repo = ""
-clientId = ""
-clientSecret = ""
+owner = "" # Your GitHub ID
+repo = "" # The repo to store comments
+clientId = "" # Your client ID
+clientSecret = "" # Your client secret
[params.valine]
enable = false
@@ -180,3 +180,9 @@ clientSecret = ""
owner = "" # Your GitHub ID
repo = "" # The repo to store comments
+[params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
+ owner = "" # Your GitHub ID
+ repo = "" # The repo to store comments
+ clientId = "" # Your client ID
+ clientSecret = "" # Your client secret
+