mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 03:32:38 +00:00
Document .Publish method for global resources
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
963ddc994a
commit
98537018f9
@@ -90,7 +90,7 @@ Asset files must be stored in the asset directory. This is `/assets` by default,
|
||||
|
||||
### Asset Publishing
|
||||
|
||||
Assets will only be published (to `/public`) if `.Permalink` or `.RelPermalink` is used. You can use `.Content` to inline the asset.
|
||||
Hugo publishes assets to the to the `publishDir` (typically `public`) when you invoke `.Permalink`, `.RelPermalink`, or `.Publish`. You can use `.Content` to inline the asset.
|
||||
|
||||
## Go Pipes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user