Split page parameters

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?

No, it’s not possible.
AFAIK hugo only recognize config, menu, menus, and params inside each config environment.

hugo/config.go

Ouch! Thanks.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.