mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
Misc depreation updates
* Deprecate .Page.Path when backed by a file * site.Permalinks * --ignoreVendor (use --ignoreVendorPaths) Closes #9348 Closes #9349
This commit is contained in:
parent
56ab83a597
commit
2b6063c3e3
19 changed files with 52 additions and 58 deletions
|
@ -191,7 +191,7 @@ func (c *Client) Tidy() error {
|
|||
//
|
||||
// We, by default, use the /_vendor folder first, if found. To disable,
|
||||
// run with
|
||||
// hugo --ignoreVendor
|
||||
// hugo --ignoreVendorPaths=".*"
|
||||
//
|
||||
// Given a module tree, Hugo will pick the first module for a given path,
|
||||
// meaning that if the top-level module is vendored, that will be the full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue