From eff55ecd56762b1d8ac63418948f32e727a3dd02 Mon Sep 17 00:00:00 2001 From: Rajesh Duggal Date: Sat, 18 May 2024 06:32:29 -0400 Subject: [PATCH] Change "config.toml" to "hugo.toml" in the README.md documentation (#596) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 660569776..c309db9bb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Start with initializing hugo modules, if not done yet: hugo mod init github.com/repo/path ``` -Navigate to your hugo project root and add [module] section to your `config.toml`: +Navigate to your hugo project root and add [module] section to your `hugo.toml`: ```toml [module] @@ -140,7 +140,7 @@ A blog is not the primary usecase of this theme, so it has only minimal features ### Site Configuration -There are a few configuration options that you can add to your `config.toml` file. +There are a few configuration options that you can add to your `hugo.toml` file. You can also see the `yaml` example [here](https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/config.yaml). ```toml