added configuration for remark42

This commit is contained in:
Bangara Raju Kottedi 2023-07-24 23:29:11 +05:30
parent 46a04a65fd
commit c17f014a0b
2 changed files with 6 additions and 2 deletions

View File

@ -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/

View File

@ -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,