joshrowley | 9 years ago | on: Ask HN: What simple tools or products are you most proud of making?
joshrowley's comments
joshrowley | 10 years ago | on: GitHub responds to Dear GitHub letter
joshrowley | 11 years ago | on: Show HN: Netlify – Builds, Deploys and Hosts Your Static Site or App
They've also been super responsive to any issues we've had, even proactively contacting us when a build fails with a solution in hand before we even noticed. Everything gets pushed to a CDN so our sites are as fast as they can possibly be. Happy to answer any questions from a customer POV, highly recommend these guys.
joshrowley | 11 years ago | on: Ask HN: Static site generator with web UI?
We've set up a full featured publishing workflow by coupling this with outgoing webhooks on Wordpress using hookpress and a great static hosting platform called Netlify that accepts incoming webhooks to trigger new static builds with roots when content is updated on Wordpress.
So far it's been fantastic for us. We enjoy all the benefits of a static site: low hosting costs, simple infrastructure, highly scalable, and virtually zero downtime, while still giving our users a familiar CMS interface.
We're are using a similar workflow to power our site (http://carrot.is/) but instead of Wordpress we're using Contentful, an API-based CMS with webhook support. Luckily, roots has a very flexible extensions API, so whatever CMS you want to use, as long as it has an API it can be turned into a static site.
Here's an example of how to set this up with Wordpress: https://github.com/carrot/roots-wordpress-example
As well as the two CMS extensions we've built so far: https://github.com/carrot/roots-wordpress https://github.com/carrot/roots-contentful
We really love it, and are happy to answer any questions from people considering a similar setup or who are interested in learning more about roots.
joshrowley | 11 years ago | on: How to Build a Static CMS with Roots, Contentful, and Netlify
This works great for us as a digital agency because we usually have multiple projects going on at once that need to perform at scale immediately (traffic from large brand media buys and sharing on social platforms), so we needed tools to be able to manage static content.
If you have different ideas on how to allow non-developers to manage a static site (without having to edit our code repo), I'd love to chat :-).
joshrowley | 12 years ago | on: My low-paying, early-morning, exertion-requiring job