summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-04-29 17:29:48 +0200
committerThomas Letan <lthms@soap.coffee>2023-04-29 17:36:42 +0200
commitb22db866ee55a03d502323c3af8b9a9b05266c20 (patch)
tree54caa3587ea8a3644278171c12b0260b78a20d30 /soupault.conf
parentUse latest coqffi release (beta8) (diff)
Enable soupault caching
Diffstat (limited to 'soupault.conf')
-rw-r--r--soupault.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/soupault.conf b/soupault.conf
index eddc21d..003e6dc 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -15,6 +15,8 @@ ignore_extensions = [
]
default_template_file = "templates/main.html"
pretty_print_html = false
+caching = true
+cache_dir = ".soupault-cache"
[asset_processors]
png = "pngcrush {{source_file_path}} {{target_dir}}/{{source_file_name}}"