Merge pull request #381 from nunocoracao/380-missing-languagesentoml-file-in-docs

🐛 Add languages.en.toml to installation docs
This commit is contained in:
Nuno Coração 2023-01-05 18:01:28 +00:00 committed by GitHub
commit db8b13fe43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,8 +114,9 @@ Once you've copied the files, your config folder should look like this:
```shell ```shell
config/_default/ config/_default/
├─ config.toml ├─ config.toml
├─ languages.en.toml
├─ markup.toml ├─ markup.toml
├─ menus.toml ├─ menus.en.toml
├─ module.toml # if you installed using Hugo Modules ├─ module.toml # if you installed using Hugo Modules
└─ params.toml └─ params.toml
``` ```