From beae4bad3e382ba8b0a504142c4276373dee5c24 Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Tue, 20 Aug 2019 23:15:51 +0200 Subject: Added gitment comment system Added gitment comment system --- exampleSite/config.toml | 14 ++++++++++---- layouts/partials/comments.html | 22 ++++++++++++++++++++++ 2 files changed, 32 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 + diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index fa0f32c..f48cd70 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -76,5 +76,27 @@ {{- end }} + + {{- if .Site.Params.gitment.owner -}} +
+ + + + + {{- end -}} {{- end }} -- cgit v1.2.3