Show HN: Send comments on Jekyll directly to the repository
1–8 of 8 posts
Re: Show HN: Send comments on Jekyll directly to the repository
#2Not a viable solution if you use gh-pages.
Re: Show HN: Send comments on Jekyll directly to the repository
#3So you need a backend for the comment system processing. Not a viable solution if you use gh-pages.
Re: Show HN: Send comments on Jekyll directly to the repository
#4Re: Show HN: Send comments on Jekyll directly to the repository
#5It's a simple backend (so you don't need your own). It could well be done for comments (someone hosting the backend for free on Heroku or something like that).
Re: Show HN: Send comments on Jekyll directly to the repository
#6I'd be interested in testing this out with GitHub Pages. Just out of curiosity, are there any cloud providers that will host this for free? Heroku's free tier doesn't appear to run 24/7.
Re: Show HN: Send comments on Jekyll directly to the repository
#7This looks awesome. I'd been considering implementing a DIY comment system in React [1] but this is appears to be much nicer as it keeps the site and comments in the same repo. I'd be interested in testing this out with GitHub Pages. Just out of curiosity, are there any cloud providers that will host this for free? Heroku's free tier doesn't appear to run 24/7. [1]: http://facebook.github.io/react/docs/tutorial.html
Re: Show HN: Send comments on Jekyll directly to the repository
#8This looks awesome. I'd been considering implementing a DIY comment system in React [1] but this is appears to be much nicer as it keeps the site and comments in the same repo. I'd be interested in testing this out with GitHub Pages. Just out of curiosity, are there any cloud providers that will host this for free? Heroku's free tier doesn't appear to run 24/7. [1]: http://facebook.github.io/react/docs/tutorial.html
RedHat's OpenShift have a good free plan, but they idle your app if you don't get 1 HTTP request per 24 hours, then they start it when you get that request. If they keep the HTTP request on wait until the app start on that first HTTP request it would be cool, but I don't know, they say it doesn't affect at all so maybe they do that.