Documented hugo.toml vs config.toml

This commit is contained in:
James Braza 2023-08-06 16:55:07 -07:00
parent 72b3825111
commit db241d254a

View file

@ -98,7 +98,11 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
### Set up theme configuration files
In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
In the root folder of your website,
delete the `config.toml` (or `hugo.toml` for Hugo after v0.110) file that was generated by Hugo.
Copy the `*.toml` config files from this theme into your `config/_default/` folder.
This will ensure you have all the correct theme settings
and will enable you to easily customise the theme to your needs.
{{< alert >}}
**Note:** You should not overwrite the `module.toml` file if one already exists in your project!