Error when trying to load multiple config files
lucascaton opened this issue · 0 comments
lucascaton commented
Hi there! jekyll server
supports multiple config files:
$ bundle exec jekyll server -h | grep config
--config CONFIG_FILE[,CONFIG_FILE2,...] Custom configuration file
It'd be nice to have it in rack-jekyll
as well:
Rack::Jekyll.new config: '_config.yml,spec/_config.yml'
Fatal: The configuration file '_config.yml,spec/_config.yml' could not be found.
Thank you.