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