1
0
Fork 0

Update README.md to use new configuration file name

Hugo has now changed the default configuration file name to "hugo" and they are also suggesting users to rename them. This change will hopefully help new users who are just getting started.

https://gohugo.io/getting-started/configuration/
This commit is contained in:
saiskandapgs 2023-06-02 21:20:23 +05:30 committed by GitHub
parent 2b9b476723
commit 3b8dbf8a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ Inside the folder of your Hugo project, run:
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
```
Open `config.toml`, change `theme` to `"paper"`:
Open `config.toml` or `hugo.toml`, change `theme` to `"paper"`:
```toml
theme = "paper"
@ -44,7 +44,7 @@ For more information, please read the [official guide](https://gohugo.io/getting
## Options
Available options to `config.toml`:
Available options to `config.toml` or `hugo.toml`:
```toml
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments