0.0
The project is in a healthy, maintained state
Jekyll plugin extracted from al-folio that renders theme-aware Giscus and Disqus comment blocks via a reusable Liquid tag.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0, < 3.0
~> 13.0

Runtime

>= 3.9, < 5.0
>= 4.0, < 6.0
 Project Readme

al-comments

al_comments provides reusable comment integrations for al-folio v1.x and compatible Jekyll sites.

Features

  • Giscus comments
  • Disqus comments
  • Theme-aware Giscus setup

Installation

gem 'al_comments'
plugins:
  - al_comments

Usage

Render comments where needed:

{% al_comments %}

Ecosystem context

  • Starter wiring/examples live in al-folio.
  • Comment integration behavior is plugin-owned here.

Contributing

Comment-system support and runtime behavior changes should be proposed in this repository.