From 05e4fd4d2a6f500a45ea1a990c5694bff35835b8 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Mon, 15 Apr 2024 18:36:34 -0400 Subject: [PATCH] Renamed `config.toml` to `hugo.toml` in the example site Since Hugo v0.109.0, the preferred config filename is `hugo.toml`. https://gohugo.io/getting-started/configuration/#configuration-file > With v0.109.0 and earlier the basename of the site configuration file was > `config` instead of `hugo`. You can use either, but should transition to the > new naming convention when practical. --- exampleSite/{config.toml => hugo.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename exampleSite/{config.toml => hugo.toml} (100%) diff --git a/exampleSite/config.toml b/exampleSite/hugo.toml similarity index 100% rename from exampleSite/config.toml rename to exampleSite/hugo.toml