From cdb6b6e0c3ac382f3f62c7a1d37b92d034f99db4 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 25 Apr 2022 12:38:22 -0500 Subject: [PATCH] switch to built-in utterances support --- config/_default/params.toml | 7 +++---- layouts/partials/comments.html | 11 ----------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 layouts/partials/comments.html diff --git a/config/_default/params.toml b/config/_default/params.toml index c7e6e27..ae72584 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -38,7 +38,6 @@ timeless = false ## Comments comments = true -[utterances] - repo="jbowdre/virtuallypotato" # owner/repo where github comments will happen - issueterm="title" # how will the issues be mapped to the articles - theme="dark-blue" # theme to be applied to comments box +utterancesRepo = "jbowdre/virtuallypotato" +utterancesIssueTerm = "title" +utterancesTheme = "dark-blue" diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html deleted file mode 100644 index 66e06a5..0000000 --- a/layouts/partials/comments.html +++ /dev/null @@ -1,11 +0,0 @@ -
- {{ template "_internal/disqus.html" . }} - - -