minima
minima copied to clipboard
Allow users to select the comments provider
The users can select their comments provider by configuring:
minima:
comments_provider: # Configure the comments provider here (default: disqus)
For example, if the comments provider is discourse, the user needs to create a file _includes/discourse_comments.html and put all script code of discourse into that file.
What comment providers can we list here? Do they all implement the same as Disqus?