TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Automate GitHub Pages with IFTTT, Glitch and Jekyll

138 pointsby webrenderover 7 years ago

10 comments

progvalover 7 years ago
Wouldn&#x27;t it be simpler to host a lightweight dynamic website?<p>Automatic commits to a git repo of a static website to make it reflect dynamic data reminds me of <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15272144" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15272144</a>
评论 #15774060 未加载
评论 #15774606 未加载
评论 #15775129 未加载
michaeloblakover 7 years ago
This is very interesting write up. Kudos for the author for completing it and showing the whole process. Nevertheless, coding skills were still necessary.<p>Right now I&#x27;m working on a tool to achieve such kind of automation of a website, but without code. Mostly without the glitch part from the post. Working on any kind of hosting, no matter what underlying technology - WordPress, GH pages, whatever. With interface similar to IFTTT where you connect 3rd party apps to a website to populate content - like in the example from the post - data from Instagram on the website. Or data from Slack bot on website (D&amp;D example). UX for this project is not an easy stuff. Also, we are thinking what services are most important to be on the platform at the very beginning. We would love to hear any kind of feedback. If you are interested find my email in my bio.
noway421over 7 years ago
I&#x27;m fascinated how far we can take SaaS solutions to build something you would usually deploy on PaaS before (i.e. a CMS).<p>While a slightly unrelated question, I was wondering: is there a PaaS platform which really replaces AWS ec2 instance by flexibility&#x2F;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?
评论 #15773845 未加载
paraditeover 7 years ago
I have been using WordPress for my personal blog and such task is trivial in WordPress with built-in sharing feature. What&#x27;s more you can have control over the source code when you host it on your own VPS. The free WordPress hosting by wordpress.com has the same functionality built-in.<p>What are some of the advantages of using this workflow involving multiple services&#x2F;tools? I feel that this is too many dependencies to accompany a simple task.
评论 #15774520 未加载
评论 #15777863 未加载
fiatjafover 7 years ago
Travis-CI has a simple GitHub Pages deploy mode.
评论 #15774545 未加载
sogenover 7 years ago
Wouldn&#x27;t it be easier to just merge a PR branch (containing the post) in Github or Bitbucket??<p>Also: less parts involved
评论 #15775165 未加载
cybermancyover 7 years ago
Can Glitch run arbitrary Node.js like Webtask?
评论 #15773558 未加载
gmemstrover 7 years ago
This is exactly what I need for one of my projects - thanks for posting!
styfleover 7 years ago
How does Glitch compare to Heroku or ZEIT Now?
评论 #15773809 未加载
chiefalchemistover 7 years ago
I&#x27;m a big fan of IFTTT. This is interesting.
评论 #15774197 未加载