项目文件夹

文件
2026-07-13 11:58:46 +08:00

19 行
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"