Add note about deployment on OpenShift using @developercorey's Jekyll cartridge.

This commit is contained in:
Parker Moore 2013-12-11 15:39:58 -05:00
parent e5c8c94cd1
commit 1b8e6facd3
1 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,11 @@ dynamically scaling to almost unlimited traffic. This approach has the
benefit of being about the cheapest hosting option available for benefit of being about the cheapest hosting option available for
low-volume blogs as you only pay for what you use. 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).
<div class="note"> <div class="note">
<h5>ProTip™: Use GitHub Pages for zero-hassle Jekyll hosting</h5> <h5>ProTip™: Use GitHub Pages for zero-hassle Jekyll hosting</h5>
<p>GitHub Pages are powered by Jekyll behind the scenes, so if youre looking for a zero-hassle, zero-cost solution, GitHub Pages are a great way to <a href="../github-pages/">host your Jekyll-powered website for free</a>.</p> <p>GitHub Pages are powered by Jekyll behind the scenes, so if youre looking for a zero-hassle, zero-cost solution, GitHub Pages are a great way to <a href="../github-pages/">host your Jekyll-powered website for free</a>.</p>