mirror of https://github.com/jpanther/congo.git
📝 Add note about `hugo mod clean` command
parent
dd600a2832
commit
29f7bb8c55
|
@ -151,6 +151,10 @@ Hugo will automatically update any modules that are required for your project. I
|
||||||
|
|
||||||
Then simply rebuild your site and check everything works as expected.
|
Then simply rebuild your site and check everything works as expected.
|
||||||
|
|
||||||
|
{{< alert >}}
|
||||||
|
When updating modules, sometimes Hugo will cache an older version of the theme. If this happens, clear your local cache by using the `hugo mod clean` command and then rebuild your site.
|
||||||
|
{{< /alert >}}
|
||||||
|
|
||||||
### Update using git
|
### Update using git
|
||||||
|
|
||||||
Git submodules can be updated using the `git` command. Simply execute the following command and the latest version of the theme will be downloaded into your local repository:
|
Git submodules can be updated using the `git` command. Simply execute the following command and the latest version of the theme will be downloaded into your local repository:
|
||||||
|
|
Loading…
Reference in New Issue