A Hexo plugin to use commentbox.io
Visit https://commentbox.io to create account and project.
To enable the plugin add this to your config.yml:
commentbox:
enable: true
project_id: <your project id>
Comment is enable to all pages by default. You can disable from your header
---
comments: false
---
Keep it simple and stupid for now. Any pull request is welcomed and will reviewed.