diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index bf8cf1eb..284d525f 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -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!