added configuration for remark42
This commit is contained in:
parent
46a04a65fd
commit
c17f014a0b
@ -84,6 +84,10 @@ toc: true
|
||||
comments:
|
||||
active: 'remark42' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
|
||||
# The active options are as follows:
|
||||
# remark42 settings > https://remark42.com/
|
||||
remark42:
|
||||
host: 'https://remark42.kottedi.in'
|
||||
site_id: 'remark'
|
||||
disqus:
|
||||
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
||||
# utterances settings › https://utteranc.es/
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<script>
|
||||
var remark_config = {
|
||||
host: "https://remark42.kottedi.in",
|
||||
site_id: 'remark',
|
||||
host: "{{ site.comments.remark42.host }}",
|
||||
site_id: '{{ site.comments.remark42.site_id }}',
|
||||
components: ['embed'],
|
||||
|
||||
max_shown_comments: 10,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user