-
Notifications
You must be signed in to change notification settings - Fork 874
Closed
Description
I'm using a TOML file for my site configuration with Hugo.
My configuration is pretty long and I would like to split it into several files. However, Hugo requires that the configuration is found in a single file named config.toml
, preventing me to split it into several sub-files (since I can refer to only one of them).
Not talking about my particular case anymore, wouldn't it be interesting and useful to have a kind of include "config_local.toml"
keyword, to be able to add extra key-value pairs in another file? Or is there another simple way to do something similar?
This would allow global vs. local configuration, easier sharing and versioning, and probably other things that I didn't think of...
jdfergason, DanielShaulov, davidmoremad, rudenkornk, FelDev and 15 more
Metadata
Metadata
Assignees
Labels
No labels