klugjo / hexo-theme-anodyne

🌋 Original Bright Theme for Hexo
http://www.codeblocq.com/assets/projects/hexo-theme-anodyne/
MIT License
151 stars 33 forks source link

How can I use other comment systems? #6

Closed Azuelle closed 6 years ago

Azuelle commented 6 years ago

I live in mainland China and Disqus is currently blocked here. So how can I change the comment system used in the theme, for example, to Gitment?

klugjo commented 6 years ago

I have no experience with gitment so you will have to implement it yourself. You can have a loot at

https://github.com/klugjo/hexo-theme-anodyne/blob/master/layout/_partial/comments.ejs

Modify that file to fit the gitment requirements

Azuelle commented 6 years ago

Thanks!