Added comment on copying starter files during installation

This commit is contained in:
James Braza 2023-08-17 22:08:25 -07:00
parent 602039814d
commit 79ab9f578b

View file

@ -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
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 >}}
**Note:** You should not overwrite the `module.toml` file if one already exists in your project!