]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Add information about multiple setup options.
authorMartian <Martian@web>
Thu, 30 Jun 2016 10:22:59 +0000 (06:22 -0400)
committeradmin <admin@branchable.com>
Thu, 30 Jun 2016 10:22:59 +0000 (06:22 -0400)
doc/forum/Best_way_to_share_settings_between_repositories.mdwn

index 0b0590e183ce2c7ac368a71081e3b6efd5dd6c29..9c5e6d164b2eab422c2fdb798dbe3e1422670e88 100644 (file)
@@ -7,3 +7,7 @@ What is a good way to share such settings (without having to copy them twice or
 I tried to discuss that same point in [[laptop_wiki_with_git discussion|tips/laptop_wiki_with_git/discussion]].
 
 --[[bbb]]
+
+> I have found you can use multiple setup files like this: `ikiwiki --setup COMMON.setup --setup MY.setup`. The options from the later one will override options from the previous.
+>
+> You should not use ikiwiki to edit your setup then and edit it manually. Not a problem for me.