Skip to content

Commit d7def6a

Browse files
committed
Update config.md
1 parent 59f4fd4 commit d7def6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cheatsheets/jekyll/config.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Jekyll docs reference - [Config options](https://jekyllrb.com/docs/configuration/options/). That covers both CLI and config file options together.
44

55

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+
615
## Null values
716

817
```yaml

0 commit comments

Comments
 (0)