Change config.toml to hugo.toml

This commit is contained in:
Will Faught
2023-06-12 11:28:45 -07:00
parent c8502862e8
commit d2c63057a8

View File

@@ -147,7 +147,7 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi
```sh
$ cd yourproject
$ cat >>config.toml <<EOF
$ cat >>hugo.toml <<EOF
[[module.imports]]
path = "github.com/willfaught/paige"
EOF