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"