Introduction
Hugo accepts TOML, YAML and JSON as configuration formats. This theme currently uses YAML and TOML as configuration formats.
INFO
In the foreseeable future, this theme will migrate all its configurations to TOML format.
You can find the configuration file under config/_default/ folder, separated in different major sections to make it easier to find the configuration you want to modify.
.
└─ themes
└─ surfland
└─ config
└─ _default
├─ menus
│ ├─ menus.en.toml
│ └─ menus.ro.toml
├─ hugo.toml
├─ languages.toml
├─ permalinks.toml
└─ services.toml