0.1.1 • Published 1 year ago

hexo-plugin-commentbox v0.1.1

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
1 year ago

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.

0.1.1

1 year ago