Pelican integration ------------------- To add the commenting system in Pelican, add the following in your pelicanconf.py:: HENET_SERVER = "http://localhost:8080" PLUGIN_PATH = '/path/to/henet/plugins' PLUGINS = ["henet_comments"] Then adapt your article template to include the comments and the form to add comments. Example:: {% if HENET_SERVER %}
Name: Comment:
{% endif %}