mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'acb9109df778fa4a51c0d8b29b3212b12988908f'
This commit is contained in:
@@ -83,6 +83,7 @@ extended
|
||||
[[module.imports]]
|
||||
path = "github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v"
|
||||
ignoreConfig = false
|
||||
ignoreImports = false
|
||||
disable = false
|
||||
[[module.imports]]
|
||||
path = "my-shortcodes"
|
||||
@@ -94,6 +95,9 @@ path
|
||||
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.
|
||||
|
||||
ignoreImports {{< new-in "0.80.0" >}}
|
||||
: If enabled, module imports will not be followed.
|
||||
|
||||
disable
|
||||
: Set to `true` to disable the module while keeping any version info in the `go.*` files.
|
||||
|
||||
|
Reference in New Issue
Block a user