diff --git a/_config.yml b/_config.yml index 9b9e2b27bbd..6cc4071dd23 100644 --- a/_config.yml +++ b/_config.yml @@ -110,7 +110,7 @@ toc: true comments: # Global switch for the post-comment system. Keeping it empty means disabled. - provider: # [disqus | utterances | giscus] + provider: # [disqus | utterances | giscus | remark42] # The provider options are as follows: disqus: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname @@ -129,6 +129,10 @@ comments: input_position: # optional, default to 'bottom' lang: # optional, default to the value of `site.lang` reactions_enabled: # optional, default to the value of `1` + # Remark42 options › https://remark42.com + remark42: + host: # e.g. 'https://remark42.example.com' + site_id: # optional, default to 'remark' # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: diff --git a/_includes/comments/remark42.html b/_includes/comments/remark42.html new file mode 100644 index 00000000000..75abda4fdf9 --- /dev/null +++ b/_includes/comments/remark42.html @@ -0,0 +1,27 @@ + + +