From 8848c443a868d959839b5de120d41941a230e8d9 Mon Sep 17 00:00:00 2001 From: Andreas Deininger <andreas@deininger.net> Date: Wed, 23 Aug 2023 10:32:49 +0000 Subject: [PATCH] Rename config.toml to hugo.toml --- exampleSite/content/docs/compose/customize.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/docs/compose/customize.md b/exampleSite/content/docs/compose/customize.md index 0794138..a9fac79 100644 --- a/exampleSite/content/docs/compose/customize.md +++ b/exampleSite/content/docs/compose/customize.md @@ -38,7 +38,7 @@ ### How do I disable dark mode? -Under `params` add `enableDarkMode = false` to your `config.toml` file. If your site is based on the exampleSite, the value is already included; you only need to uncomment it. +Under `params` add `enableDarkMode = false` to your `hugo.toml` file. If your site is based on the exampleSite, the value is already included; you only need to uncomment it. > The user will still have the option to activate dark mode, if they so wish through the UI @@ -50,7 +50,7 @@ ### How can I change the address bar color on mobile devices? -Just put the following line in the `[params]` section in your `config.toml` file (and of course change the color): +Just put the following line in the `[params]` section in your `hugo.toml` file (and of course change the color): ```toml metaThemeColor = "#123456" @@ -69,7 +69,7 @@ The contents of the second file will be attached just before the `</body>` tag. -Alternatively, if you want to use the `config.toml` to track your custom styles or scripts, declare them as slices under `[params]` like so: +Alternatively, if you want to use the `hugo.toml` to track your custom styles or scripts, declare them as slices under `[params]` like so: ```toml ... -- Gitblit v1.10.0