mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'e5568488051a571df48401e03f1304b95dbc9028'
This commit is contained in:
@@ -88,7 +88,7 @@ ignoreConfig
|
||||
: If enabled, any module configuration file, e.g. `config.toml`, will not be loaded. Note that this will also stop the loading of any transitive module dependencies.
|
||||
|
||||
disable
|
||||
: Set to `true` to disable the module off while keeping any version info in the `go.*` files.
|
||||
: Set to `true` to disable the module while keeping any version info in the `go.*` files.
|
||||
|
||||
{{< gomodules-info >}}
|
||||
|
||||
|
@@ -41,7 +41,7 @@ The easiest way to use a Module for a theme is to import it in the config.
|
||||
```toml
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/spf13/hyde/"
|
||||
path = "github.com/spf13/hyde"
|
||||
```
|
||||
|
||||
## Update Modules
|
||||
|
Reference in New Issue
Block a user