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/install-theme.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exampleSite/content/docs/compose/install-theme.md b/exampleSite/content/docs/compose/install-theme.md
index 69b8cee..f3b694a 100755
--- a/exampleSite/content/docs/compose/install-theme.md
+++ b/exampleSite/content/docs/compose/install-theme.md
@@ -35,7 +35,7 @@
 {{< tip "warning" >}}
 The exampleSite uses the theme as a hugo module by default.
 
-If you choose __Option 2__ or __Option 3__ below, ensure you edit [these lines in the config.toml file](https://github.com/onweru/compose/blob/b3e30e0816621223224897edc45eeeabd0d9cd16/exampleSite/config.toml#L4-L7) as advised on the comments. Else, you will not be able to pull theme updates.
+If you choose __Option 2__ or __Option 3__ below, ensure you edit [these lines in the hugo.toml file](https://github.com/onweru/compose/blob/b3e30e0816621223224897edc45eeeabd0d9cd16/exampleSite/hugo.toml#L4-L7) as advised on the comments. Else, you will not be able to pull theme updates.
 {{< /tip >}}
 
 ### Option 2 (recommended)
@@ -72,5 +72,5 @@
 Although, option 3 is great for quick testing, it is somewhat problematic when you want to update your theme. You would need to be careful not to overwrite your changes.
 {{< /tip >}}
 
-Once set, jump over to the [config.toml](https://github.com/onweru/compose/blob/afdf1cd76408aeac11547a6abd51bdc5138a295f/exampleSite/config.toml#L4-L7) file and start configuring your site.
+Once set, jump over to the [hugo.toml](https://github.com/onweru/compose/blob/afdf1cd76408aeac11547a6abd51bdc5138a295f/exampleSite/hugo.toml#L4-L7) file and start configuring your site.
 

--
Gitblit v1.10.0