From 1b8e6facd317cfe69cea24e6a940d1302a64dca9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 11 Dec 2013 15:39:58 -0500 Subject: [PATCH] Add note about deployment on OpenShift using @developercorey's Jekyll cartridge. --- site/docs/deployment-methods.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/docs/deployment-methods.md b/site/docs/deployment-methods.md index 6922a9db..f07edb84 100644 --- a/site/docs/deployment-methods.md +++ b/site/docs/deployment-methods.md @@ -103,6 +103,11 @@ dynamically scaling to almost unlimited traffic. This approach has the benefit of being about the cheapest hosting option available for low-volume blogs as you only pay for what you use. +## OpenShift + +If you'd like to deploy your site to an OpenShift gear, there's [a cartridge +for that](https://github.com/openshift-cartridges/openshift-jekyll-cartridge). +
ProTip™: Use GitHub Pages for zero-hassle Jekyll hosting

GitHub Pages are powered by Jekyll behind the scenes, so if you’re looking for a zero-hassle, zero-cost solution, GitHub Pages are a great way to host your Jekyll-powered website for free.