From d2a0fd14e05ef6b0b9fca454f8996faf86f94204 Mon Sep 17 00:00:00 2001 From: Anoduck <9925396+anoduck@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:54:54 +0000 Subject: Initial commit --- config/ci/hugo.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/ci/hugo.toml (limited to 'config/ci') diff --git a/config/ci/hugo.toml b/config/ci/hugo.toml new file mode 100644 index 0000000..395e78a --- /dev/null +++ b/config/ci/hugo.toml @@ -0,0 +1,23 @@ +# cachedir default on POSIX: '/tmp/hugo_cache_runner' +# cachedir default on Windows: '~\AppData\Local\hugo_cache' +# cachedir default on macOS: '/Users/runner/Library/Caches/hugo_cache' + +[caches] + [caches.assets] + dir = ':cacheDir/resources/_gen' # map to cacheDir instead of resourceDir to utilize GitHub action/cache + maxAge = -1 + [caches.getcsv] + dir = ':cacheDir/:project' + maxAge = -1 + [caches.getjson] + dir = ':cacheDir/:project' + maxAge = -1 + [caches.getresource] + dir = ':cacheDir/:project' + maxAge = -1 + [caches.images] + dir = ':cacheDir/resources/_gen' # map to cacheDir instead of resourceDir to utilize GitHub action/cache + maxAge = -1 + [caches.modules] + dir = ':cacheDir/modules' + maxAge = -1 \ No newline at end of file -- cgit v1.2.3