mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-21 11:51:54 +02:00
Documented hugo.toml vs config.toml
This commit is contained in:
parent
72b3825111
commit
db241d254a
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,11 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
|
||||||
|
|
||||||
### Set up theme configuration files
|
### Set up theme configuration files
|
||||||
|
|
||||||
In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
|
In the root folder of your website,
|
||||||
|
delete the `config.toml` (or `hugo.toml` for Hugo after v0.110) file that was generated by Hugo.
|
||||||
|
Copy the `*.toml` config files from this theme into your `config/_default/` folder.
|
||||||
|
This will ensure you have all the correct theme settings
|
||||||
|
and will enable you to easily customise the theme to your needs.
|
||||||
|
|
||||||
{{< alert >}}
|
{{< alert >}}
|
||||||
**Note:** You should not overwrite the `module.toml` file if one already exists in your project!
|
**Note:** You should not overwrite the `module.toml` file if one already exists in your project!
|
||||||
|
|
Loading…
Add table
Reference in a new issue