Skip to content
Yax edited this page May 9, 2013 · 5 revisions

CaCause module

This module intends to manage comments for rstblog. Basically a comment is a REST Markup file stored in a directory. CaCause browses that directory and it embed comments in articles during rstblog build.

rstblog configuration is located in config.yml. It should be be updated to use CaCause:

active_modules: [blog, tags, cacause]
cacause_dir: comments

Have a look to this sample to see CaCause module in action.

Clone this wiki locally