← Back to context Comment by kurtis_reed 12 hours ago Sounds terrible 1 comment kurtis_reed Reply susam 12 hours ago Not for you then. That is perfectly fine. I have been using this approach for seven years now, and it has worked very well for me.For anyone else who is interested in taking a look, here is my setup:* The server-side program that processes the POST requests: https://github.com/susam/susam.net/blob/0.5.0/form.lisp#L254...* The static site generator reads the comment files and renders them alongside the rest of the website: https://github.com/susam/susam.net/blob/0.5.0/site.lisp#L869...* End result: https://susam.net/comments/The last link shows the consolidated comments page that lists all approved comments posted across my entire personal website. The 'View original comment' link under each comment points to the individual comment page for each post.
susam 12 hours ago Not for you then. That is perfectly fine. I have been using this approach for seven years now, and it has worked very well for me.For anyone else who is interested in taking a look, here is my setup:* The server-side program that processes the POST requests: https://github.com/susam/susam.net/blob/0.5.0/form.lisp#L254...* The static site generator reads the comment files and renders them alongside the rest of the website: https://github.com/susam/susam.net/blob/0.5.0/site.lisp#L869...* End result: https://susam.net/comments/The last link shows the consolidated comments page that lists all approved comments posted across my entire personal website. The 'View original comment' link under each comment points to the individual comment page for each post.
Not for you then. That is perfectly fine. I have been using this approach for seven years now, and it has worked very well for me.
For anyone else who is interested in taking a look, here is my setup:
* The server-side program that processes the POST requests: https://github.com/susam/susam.net/blob/0.5.0/form.lisp#L254...
* The static site generator reads the comment files and renders them alongside the rest of the website: https://github.com/susam/susam.net/blob/0.5.0/site.lisp#L869...
* End result: https://susam.net/comments/
The last link shows the consolidated comments page that lists all approved comments posted across my entire personal website. The 'View original comment' link under each comment points to the individual comment page for each post.