Hi,
I have divided my website settings into several chunks to make it simpler.
Currently it has been as follows:
/
config
_default
config.toml
params.toml
I have created a file (custom-variables.toml) with a different name than the hugo expects. But I can’t access the content of the file. I guess hugo won’t recognize the file.
Is there a way to create configuration files with custom names?