From db241d254a8304b108c274452339c65a55f3d979 Mon Sep 17 00:00:00 2001 From: James Braza Date: Sun, 6 Aug 2023 16:55:07 -0700 Subject: [PATCH] Documented hugo.toml vs config.toml --- exampleSite/content/docs/installation/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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!