Automate GitHub Pages with IFTTT, Glitch and Jekyll
webrender.net
Automate GitHub Pages with IFTTT, Glitch and Jekyll
1–10 of 30 posts
Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#2Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#3Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#4Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#5Can Glitch run arbitrary Node.js like Webtask?
Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#6Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#7Automatic commits to a git repo of a static website to make it reflect dynamic data reminds me of https://news.ycombinator.com/item?id=15272144
Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#8Also: less parts involved
Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#9While a slightly unrelated question, I was wondering: is there a PaaS platform which really replaces AWS ec2 instance by flexibility/capabilities? EC2 has great ecosystem (RDS+Elastic Cache+S3) and great flexibility of just setting up some extras on the side (App specific cron jobs+Letsencrypt cron jobs). Is there an offering which could really provide all that without going onto IaaS (which is what ec2 is) level?
Re: Automate GitHub Pages with IFTTT, Glitch and Jekyll
#10How does Glitch compare to Heroku or ZEIT Now?
Glitch is geared towards people collaboratively working on Node apps (it doesn't support anything else, unlike the other options).
However, it's much easier to get started, with an in-browser code editor, console, and starter projects.
I've been using Glitch to play around with ideas mostly and then I will build locally and deploy to something like Heroku. One other downside of Glitch is that source code is viewable by anyone, which means you probably don't want to launch a side project there.
Note: don't work for Glitch, Heroku, or anyone else mentioned