From 5e285513fb3dc7637d79a6f14f3881694daa0b9f Mon Sep 17 00:00:00 2001 From: zizicici <1940699+zizicici@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:43:48 +0800 Subject: [PATCH] Update README.md - Installation Part Synced from https://blowfish.page/docs/installation/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55f585f9..10ad6ecc 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ blowfish-tools new mynewsite 3. Start your server using `hugo server` and the theme will be downloaded automatically. -4. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. +4. In the root folder of your website, delete the `hugo.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. > **Note:** Do not overwrite the `module.toml` file you created above!