mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-05 12:19:23 -04:00

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