commit 5d05c30cb21dcaf054a97f7c092c8f01d505faaf parent 52d903ed2eac3678ff44542627e0fbe47a67a672 Author: ugrnm <ugrnm@web> Date: Wed, 1 Jun 2022 21:02:42 +0200 Diffstat:
| M | installing.mdwn | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/installing.mdwn b/installing.mdwn @@ -58,6 +58,10 @@ IMPORTANT, any changes to the wiki configuration must be followed by this to ref rcs: 'git' ikiwiki --changesetup ~/ikiwiki-cfg/damaged.setup + + # ~/ikiwiki-cfg/damaged.setup + git_wrapper: /var/www/git.bleu255.com/repos/damaged.bleu255.com.git/hooks/post-update + ikiwiki --setup ~/ikiwiki-cfg/damaged.setup cd /var/www/damaged.bleu255.com-src git config pull.rebase false @@ -68,9 +72,8 @@ IMPORTANT, any changes to the wiki configuration must be followed by this to ref ln -s ../../../update_single.sh post-receive # ~/ikiwiki-cfg/damaged.setup - diffurl: https://git.bleu255.com/damaged.bleu255.com/commit/[[sha1_commit]].html + diffurl: https://git.bleu255.com/damaged.bleu255.com/commit/\[\[sha1_commit\]\].html -