Ask HN: Blog engine with comment system?

1 points by ffggvv ↗ HN
I'd like to open a blog, static site generators are great but I need to enable comments on it, and third-party solutions are not an option :)

Ideas?

1 comment

[ 5.0 ms ] story [ 16.6 ms ] thread
I rolled my own in ASP.NET MVC, initially using local xml files for persistence, eventually moved to Azure blob storage for both posts and comments. Fun little project.