You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could change the config path logic from this line. When args.config === true we could send it to a module that returns this same filepath when only one config is present, but writes a composite config file if multiple options are found.
I'd like to help with this if we think it's a good idea?
* multiconfig working
* rename and fix warning
* switched to hexo-log
* passing context to multiconfig for slilencing capability
* added tests
* formatting and undoing random change at line 328
* fixed logging output testing
* style error fixes... ✨
Can you make it possible to load multiple configuration files.
For example in jekyll we would run
Which would pull all the configurations from the first file and then the second (so the seond file would take precedence).
The text was updated successfully, but these errors were encountered: