From ec0e575a194bc4ec254a3bfe40fc0242191d27c4 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Sun, 2 Jun 2024 00:44:06 +0600 Subject: [PATCH] Fix link Signed-off-by: hossainemruz --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d951719b3..ef33bbf18 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ hugo mod init github.com// ##### 2. Add this theme as your module dependency -Now, in your `config.yaml` file, add a `module` section. +Now, in your `hugo.yaml` file, add a `module` section. ```yaml # Use Hugo modules to add theme @@ -120,7 +120,7 @@ module: - path: github.com/hugo-toha/toha/v4 ``` -Check this sample [config.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/config.yaml) for further reference. +Check this sample [hugo.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml) for further reference. ##### 3. Update your module @@ -207,7 +207,7 @@ $ npm install $ hugo server -w ``` -Now, you can make change in the theme and they will be reflected immediately on the running site. If you need to change any configuration, you can do that in the `config.yaml` file inside `exampleSite` folder. If you need to add any content or data, you can create the respective folder inside `exampleSite` directory and add your desired content or data there. +Now, you can make change in the theme and they will be reflected immediately on the running site. If you need to change any configuration, you can do that in the `hugo.yaml` file inside `exampleSite` folder. If you need to add any content or data, you can create the respective folder inside `exampleSite` directory and add your desired content or data there. #### Running the forked theme against your own site