From 3c513f1c8e1c37f752777b286ef9d18659820a22 Mon Sep 17 00:00:00 2001 From: JCornelison Date: Sun, 15 Sep 2024 09:09:53 -0700 Subject: [PATCH] Test that build scripts fail if resourceDir isn't named "Resources"? --- .gitignore | 4 +++- hugo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cd2f62..256084f 100755 --- a/.gitignore +++ b/.gitignore @@ -6,15 +6,17 @@ npm-debug.log node_modules/ builds +# Hugo 'reserved' directories public/ docs/ +resources/* resourceCache/* + .hugo_build.lock jsconfig.json hugo_stats.json go.sum yarn.lock -/docs # System Files .DS_Store diff --git a/hugo.toml b/hugo.toml index ed1606f..8a8ea34 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -resourceDir = "/resourceCache/" +#resourceDir = "/resourceCache/" #publishDir = "docs" logFile = "D:/Projects/EOC.online/eoconline.github.io/hugo.log"