annotate content/pelican_comment_system.md @ 99:fc7e1e904aba

Remove the template for my old comments system - it only produced weird looking markup without any value.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 21 Dec 2019 06:44:17 +0100
parents 21fd84209125
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 Title: Comments for this blog use pelican's comment system
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 Date: 2016-01-06
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 Lang: en
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 One thing that annoyed me while [switching my blog to pelican](|filename|./blog-switched-to-pelican.md) was the lack of a good comment option. My motivation for self-hosting the blog is to have control over my data and that includes comments! The use of a cloud service like Disqus obviously defeats this purpose.
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 I sat down and did my own [pelican plugin for comments](https://github.com/dirk-olmes/simple_comments) back then. It was fun to learn how to write pelican plugins but I only ever finished a very basic implementation.
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8
21fd84209125 Blog post about switching to the pelican comment system
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 Recently, I stumbled over the [official pelican plugin for static comments](https://github.com/getpelican/pelican-plugins/tree/master/pelican_comment_system) and decided to give it a try. It turns out to be very similar in what I did but it's far more feature rich. So I ditched my plugin and switched over - that was easy.