Last Updated: February 25, 2016
·
2.397K
· Marcos Hernandez

Using different build configuration in Jekyll Site

Sometimes is useful generate the same site with slight diferences (ie deploy in different environments, testing server and production server, etc).

You can use a different _config.yml. Make sure you change the destination setting in the new config file.

use

$ jekyll build --config _new_config.yml

and the site is generated in the destination folder.

1 Response
Add your response

Thanks!

over 1 year ago ·