🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

beblob

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beblob

This is an open-source widget allowing bloggers to insert comment section to their blogs hosted on GitLab Pages. The comments use GitLab issues underneath.

Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
58
18.37%
Maintainers
2
Weekly downloads
 
Created
Source

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

  • GitLab API Authentication using Authorization code with Proof Key for Code Exchange Create an Issue related to a blog post
  • Ability to add comments to a blog post
  • Host js file on https://unpkg.com/ or similar
  • Add styling
  • Support multiple color schemes from Cactus
  • Add linting
  • Write Contributing guide
  • Update Docs
  • Investigate Hexo Cactus integration - currently Cactus only supports Disqus and Utterances see here
  • Add examples of usage
  • Add demo from my website

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

  • Update package version:
npm version patch   # For a small bug fix
npm version minor   # For a new feature that is backward-compatible
npm version major   # For breaking changes
  • Test the Package Locally Before publishing, it’s a good practice to test your package locally:
npm pack
  • Publish to npm
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

FAQs

Package last updated on 16 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts