As the doc mentions, we should be able to write:
jekyll build --config "_config.yml, _config.en.yml"
Instead, I receive:
Fatal: The configuration file ' _config.en.yml' could not be found.
While the file actually exists.
What am I doing wrong?
Remove the space after the coma.
jekyll build --config "_config.yml,_config.en.yml"
It's a comma-separated list. You're separating it with a comma and a space.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With