Skip to content

Commit

Permalink
Change "config.toml" to "hugo.toml" in the README.md documentation (#596
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rajeshduggal committed May 18, 2024
1 parent 1c78b92 commit eff55ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eff55ec

Please sign in to comment.