How to set up a static comments system with Staticman
I want to introduce a comments system to my digital garden to allow other people to contribute and question the topic I’m learning.
There are various ways to introduce comments in a static website like this one. My requirements for the comments system are:
- no ads
 - the privacy of the users must be respected
 - it’s free
 - should not be required to the users to create 3rd party accounts.
 
After some research I have chosen to give a try to Staticman.
My Learning Notes