From 4a120a090f52d607563d03ddf2e0e27285bd6cc0 Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:00:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20reference=20to=20h?= =?UTF-8?q?ugo.toml=20as=20a=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since January 17, 2023, starting with [v0.110.0](https://github.com/gohugoio/hugo/releases/tag/v0.110.0), `hugo.toml` is the default configuration file --- exampleSite/content/docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index ad3f69f0e..1e9fca138 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -97,7 +97,7 @@ Then continue to [set up the theme configuration files](#set-up-theme-configurat ### 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 `hugo.toml` (or `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. {{< alert >}} **Note:** You should not overwrite the `module.toml` file if one already exists in your project!