summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-11-19 12:24:50 +0100
committerThomas Letan <lthms@soap.coffee>2022-11-19 12:24:50 +0100
commite3c7c37c8ff3b53fc63a1e7677fb4b6d99d8590b (patch)
tree33092faad96b320166e9f4e9692b66facc80928e /soupault.conf
parentWebsite reorg (diff)
Update soupault, crunch png, update avatar
Diffstat (limited to 'soupault.conf')
-rw-r--r--soupault.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/soupault.conf b/soupault.conf
index ad34170..0601acd 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -16,6 +16,9 @@ ignore_extensions = [
default_template_file = "templates/main.html"
pretty_print_html = false
+[asset_processors]
+png = "pngcrush {{source_file_path}} {{target_dir}}/{{source_file_name}}"
+
[widgets.page-title]
widget = "title"
selector = "h1"
@@ -24,7 +27,7 @@ prepend = "~lthms: "
[widgets.generator-meta]
widget = "insert_html"
-html = """<meta name="generator" content="soupault 4.0.1">"""
+html = """<meta name="generator" content="soupault 4.2.0">"""
selector = "head"
[widgets.urls-rewriting]