Skip to content
ActivityPub object

Comments for mkdocs generated static sites

Usage

This package does not enable comments for a mkdocs site by itself. It requires a few things:

Once you have this you can use this plugin.

Tip

You could replace these parts with equivalent implementations, as long as these satisfy what is described in FEP-136c

Installation

Currently, this plugin needs to be installed from git

pip install git+https://codeberg.org/helge/mkdocs_fedi_comments.git

Configuration

Include the following in your mkdocs configuration file with base_path replaced by the appropriate path.

mkdocs.yml
plugins:
  - fedi-comments:
      base_path: https://comments.bovine.social/

Replies