Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 799 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 799 Bytes

GitHub last commit GitHub package.json version

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.