hexo-plugin-commentbox
v0.1.1
Published
Integrate your Hexo blog post with commentbox.io, a comment service
Downloads
1
Readme
hexo-plugin-commentbox
A Hexo plugin to use commentbox.io
Configurations
Create a project in commentbox.io
Visit https://commentbox.io to create account and project.
Enable the plugin
To enable the plugin add this to your config.yml:
commentbox:
enable: true
project_id: <your project id>
Disable comment in some of your post or page
Comment is enable to all pages by default. You can disable from your header
---
comments: false
---
Contribution
Keep it simple and stupid for now. Any pull request is welcomed and will reviewed.