feat(comments): prepare for more third party comments system integration

This commit is contained in:
Jimmy Cai
2020-09-08 23:30:15 +02:00
parent b66679d36a
commit c546964ce4
7 changed files with 19 additions and 2 deletions
+4
View File
@@ -19,6 +19,10 @@ title = "Example Site"
[params.article.license]
enabled = true
default = "Licenced under CC BY-NC-SA 4.0"
[params.comments]
enabled = true
# Only Disqus is available so far
provider = "disqus"
[params.widgets]
enabled = ['archive', 'tag-cloud']
[params.widgets.archive]