mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 15:05:38 -06:00
🐛 Add languages.en.toml to installation docs
This commit is contained in:
parent
76e468aa33
commit
e12338dded
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue