diff --git a/config/_default/params.toml b/config/_default/params.toml index 8e25aa4..34ec595 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -56,6 +56,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" showDate = true showViews = false showLikes = false + showComments = true showDateOnlyInArticle = false showDateUpdated = false showAuthor = true @@ -164,4 +165,10 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" [rssnext] # feedId = "" - # userId = "" \ No newline at end of file + # userId = "" + +[remark42] + enabled = true + host = "https://comment.d-b.ca" + site = "d-b.ca" + locale = "en" diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..71aa3c5 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,28 @@ +{{- with .Site.Params.remark42 -}} +
+

Comments and questions are welcome! You can use your email address to Sign In (your email address is not publicly displayed), or you can use your Google or GitHub account. All comment data is hosted locally by d-b.ca and is not tracked. Please refer to the Remark42 Privacy Policy for more information.

+
+ +{{- end -}}