From 618fcf9baad44aa8c1035202fb49712839e35867 Mon Sep 17 00:00:00 2001 From: Yaacov Date: Wed, 11 Nov 2020 23:20:10 +0100 Subject: [PATCH] Add a link to modules config option 'replacements' "Make and test changes in a module" : since v0.77.0, the modules config option 'replacements' has been introduced to handle that situation in a more convenient way --- content/en/hugo-modules/use-modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/hugo-modules/use-modules.md b/content/en/hugo-modules/use-modules.md index aa03489d2..db12964b4 100644 --- a/content/en/hugo-modules/use-modules.md +++ b/content/en/hugo-modules/use-modules.md @@ -89,6 +89,7 @@ replace github.com/bep/hugotestmods/mypartials => /Users/bep/hugotestmods/mypart If you have the `hugo server` running, the configuration will be reloaded and `/Users/bep/hugotestmods/mypartials` put on the watch list. +Note that since v.0.77.0 you can use modules config [`replacements`](https://gohugo.io/hugo-modules/configuration/#module-config-top-level) option. {{< new-in "0.77.0" >}} ## Print Dependency Graph