"I don’t have a comments system"
tomlankhorst opened this issue · 2 comments
Comments
I don’t have a comments system, but I’m working on it (read: occasionally complaining out load that comments on a static site are hard).
Possible solution:
StackOverflow: How do I use disqus comments in github pages blog
Thanks. I had previously excluded disqus from considerations because I didn't want ads or javascript bogging down my site and wanted to own the comment content (e.g., in case I wanted to migrate providers).
That said, I since learned that there is a free tier without ads (for now), so it's definitely a backup plan if something lighter weight doesn't emerge.
@tomlankhorst comments system finally added in 5005f7b and subsequent changes. I went with staticman and describe the process here.