summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index eaf841e..03b817f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
/node_modules/
+/exampleSite/resources/
diff --git a/config.toml b/config.toml
index 0ab2a1d..4e05b21 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
[module]
[module.hugoVersion]
extended = true
- min = "0.64.0"
+ min = "0.84.0"