Introduction
Hugo accepts TOML, YAML, and JSON as configuration formats. Since v4, this theme uses TOML as the standard configuration format.
If you are using the hugo-theme-stack-starter template, you can find the configuration files under the config/_default/ folder. They are separated into different files (hugo.toml, params.toml, menu.toml, etc.) to make it easier to find and modify the configurations you want.
A full list of available configurations can be found in the config/_default/ directory located in the root directory of the theme repository.
