Hacker News new | ask | show | jobs
by kaushalmodi 3403 days ago
So this wouldn't work with a static blog generated by something like Hugo, right?
2 comments

It certainly would... as long as you're hosting the comment backend somewhere -- which might defeat the purpose of going with a static site generator in the first place (if your purpose was to only host static files).
This is exactly the issue I encountered. I run a pelican static blog on github. I just host my comments as a simple flask app on www.pythonanywhere.com Code here: https://github.com/singhjaideep/flask_comment
Update to self.. nope, it works! -- https://news.ycombinator.com/item?id=13713507