summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-16 22:35:11 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-16 22:35:11 +0100
commitb47ee36ceab517ba84234bf09e3bb01035450a9a (patch)
tree9d5cad60ba02a7a724f3c660f3b91e781bf0676d /soupault.conf
parentAdd a dedicated icon for GitHub links (diff)
Automatically generate a revision table from git history
Diffstat (limited to 'soupault.conf')
-rw-r--r--soupault.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/soupault.conf b/soupault.conf
index 5e225b7..22b80d3 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -52,5 +52,11 @@
prefix_url = "/~lthms"
[widgets.mark-external-urls]
+ after = "generate-history"
widget = "external_links"
- prefix_url = "/~lthms" \ No newline at end of file
+
+[widgets.generate-history]
+ widget = "preprocess_element"
+ selector = "#history"
+ command = "./scripts/generate_history.sh \"templates/history.html\""
+ action = "replace_content" \ No newline at end of file