docs: clarify relative path usage in documentation (#389)

- Clarify the relative path requirement in the installation documentation
- Update the comment in the configuration file to specify the relative path context

Signed-off-by: Spedon Wen <realsped0n@outlook.com>
This commit is contained in:
Spedon
2024-08-29 16:04:19 +08:00
committed by GitHub
parent 2a715327f6
commit 437bbf17e0
2 changed files with 2 additions and 2 deletions

View File

@@ -22,6 +22,6 @@ defaultContentLanguage = 'en'
# theme as module
[module]
replacements = "github.com/Sped0n/bridget/v2 -> ../.." # deploy with local dir WARN: delete this line if you want to deploy with git
replacements = "github.com/Sped0n/bridget/v2 -> ../.." # deploy with local dir (relative to hugo site theme dir) WARN: delete this line if you want to deploy with git
[[module.imports]]
path = "github.com/Sped0n/bridget/v2" # deploy with git (recommended) WARN: you should also set `bundled` to true in params.toml !!!