commit 8cba654e7a66d441b777f5f6bb18d5859db3d1ff
parent ac7a151db639aab5c350ff4402216c167fc8cda3
Author: ugrnm <ugrnm@web>
Date: Mon, 13 Jun 2022 20:50:51 +0200
empty web commit
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/installing.mdwn b/installing.mdwn
@@ -110,6 +110,9 @@ Useful to reset passwords, etc.
ikiwiki --setup ikiwiki-cfg/damaged.setup --disable-plugin openid
ikiwiki --setup ikiwiki-cfg/damaged.setup --disable-plugin emailauth
+ # ~/ikiwiki-cfg/damaged.setup
+ disable_plugins: [emailauth, openid]
+
## Default git commit message when none provided
Ikiwiki and a recent enough version of git allow for empty git messages (the "Optional description of this change" while editing on the web), that's nice but it makes stagit history impossible to browse because it uses such messages as links. To make ikiwiki provide a default commit message when non given, you can do this: