mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
19ab3f581c
Closes #14504
19 lines
383 B
Plaintext
19 lines
383 B
Plaintext
|
|
[windows] skip
|
|
|
|
env HUGO_CACHEDIR=
|
|
hugo config
|
|
|
|
[darwin] stdout 'home/Library/Caches/hugo_cache'
|
|
[linux] stdout 'xdgcachehome/hugo_cache'
|
|
|
|
# Repeat it to make sure it handles an existing hugo_cache dir.
|
|
hugo config
|
|
|
|
[darwin] stdout 'home/Library/Caches/hugo_cache'
|
|
[linux] stdout 'xdgcachehome/hugo_cache'
|
|
|
|
-- hugo.toml --
|
|
baseURL="https://example.com/"
|
|
title="My New Hugo Project"
|