forked from jekyll/jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
rwheadon edited this page Sep 13, 2010
·
3 revisions
This is a forked repository. Have a look at
mojombo’s jekyll wiki
for more information.
I needed to be able to generate site versions (dev/test/prod) with specific urls for things such as RSS, amazon S3 vs local, etc. This patch allows us to create multiple config.yml files in the root of a project and pass opt_config parameter into the jekyll executable to switch between them.
$ jekyll —opt_config _config.development.yml #uses the _config.development.yml file and overrides defaults with it.
if you choose to use this branch then you will (of course) need to create a rubyGem to install it.