Blog

Cloud Foundry, CloudFlare and custom domains

CloudFlare is a Content Deliery Network and distributed DNS system; Cloud Foundry is a Platform as a Service.

Routing custom top-level domains (e.g. my-custom-domain.com) and custom subdomains (e.g. blog.my-custom-domain.com) to an app running on a …

Continue reading »

Middleman and Cloud Foundry

Middleman is a static site generator; Cloud Foundry is a Platform as a Service.

Deploying a Middleman static site to Cloud Foundry can be achieved in two ways:

  • building the site and pushing the resultant static files
  • configuring Middleman to …
Continue reading »