BeBlob
Description
BeBlob is an open-source library that enables you to add a comment section to your web pages hosted on GitLab. The primary use case is to integrate a comment section into your Hexo or Cactus blogs hosted on GitLab Pages.
BeBlob maps your page URL to a GitLab issue within a configurable repository, enabling authenticated GitLab users to add comments and view others' comments.
Installation
TODO - local development guide
Usage
TODO - add examples for usage
Support
If you found a bug or have an idea for new feature - feel free to raise that as an issue here and add as much detail as possible.
Roadmap
Contributing
Contributors will be welcome after the initial v1.0 has been completed.
Authors and acknowledgment
Anton Belev @ https://belev.me
Developer docs
Publishing new version to npm from local
npm version patch
npm version minor
npm version major
- Test the Package Locally
Before publishing, it’s a good practice to test your package locally:
npm pack
npm publish
Distribution
Since BeBlog is published on npm, you can import the script using unpkg like so:
<!-- Import the BeBlob library -->
<script src="https://unpkg.com/beblob@<latest_version>/dist/library.js"></script>
Substitute <latest_version> with the version from npm
License
MIT
Project status
Under development