mhgbrg / personal-website

My personal website and blog. Uses a script that parses posts from Markdown files and spits out static html.
0 stars 1 forks source link

Set up comment functionality for blog posts #46

Open mhgbrg opened 8 years ago

mhgbrg commented 8 years ago

Comments is a nice feature to have on a blog. Right now the blog is fully static, so the comments would introduce a dynamic feature on the page. The easiest way to do this would probably be to keep the site static, and to introduce comments through client-side JavaScript. I could have a server running somewhere that stores comments in a database and provides a simple REST-api for reading and posting comments.