mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
19 lines
380 B
Text
19 lines
380 B
Text
|
|
||
|
[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 Site"
|