commit a6195596c73ac598f32dc4eaae3992247976a22e parent 90e8db86b5cd367378f68da44367d7b7474b4fb5 Author: ugrnm <ugrnm@web> Date: Wed, 1 Jun 2022 20:20:29 +0200 Diffstat:
| M | installing.mdwn | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/installing.mdwn b/installing.mdwn @@ -50,8 +50,20 @@ IMPORTANT, any changes to the wiki configuration must be followed by this to ref } } +## Enable git + ikiwiki-makerepo git /var/www/damaged.bleu255.com-src /var/www/git.bleu255.com/repos/damaged.bleu255.com.git + # ~/ikiwiki-cfg/damaged.setup + rcs: 'git' + + ikiwiki --changesetup ~/ikiwiki-cfg/damaged.setup + cd /var/www/damaged.bleu255.com-src + git config pull.rebase false + + + +