hugo/commands
Erica Mays 258884f44f cache: Set default cache path based on $USER
Change the default cache directory to `$TMPDIR/hugo_cache_$USER`, so
that multi-user systems do not have caches that interfere with each
other.  The other cache-choosing logic (e.g. Netlify exceptions,
configuration options) are not affected.

Fixes #7391
2023-06-12 21:33:35 +02:00
..
commandeer.go cache: Set default cache path based on $USER 2023-06-12 21:33:35 +02:00
commands.go
config.go
convert.go
deploy.go
deploy_off.go
env.go
gen.go
helpers.go
hugo_windows.go
hugobuilder.go
import.go
list.go
mod.go
new.go
release.go
server.go
xcommand_template.go