We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f4fd4 commit d7def6aCopy full SHA for d7def6a
cheatsheets/jekyll/config.md
@@ -3,6 +3,15 @@
3
Jekyll docs reference - [Config options](https://jekyllrb.com/docs/configuration/options/). That covers both CLI and config file options together.
4
5
6
+## Load multiple configs
7
+
8
+Use a comma and no spaces to separate.
9
10
+```sh
11
+$ bundle exec jekyll build --trace \
12
+ --config _config.yml,_config_prod.yml
13
+```
14
15
## Null values
16
17
```yaml
0 commit comments