From: Martian Date: Thu, 30 Jun 2016 10:22:59 +0000 (-0400) Subject: Add information about multiple setup options. X-Git-Tag: debian/3.20160728~10 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/09deb9408a0f6683acbe8cb60ba4441c66022e38 Add information about multiple setup options. --- diff --git a/doc/forum/Best_way_to_share_settings_between_repositories.mdwn b/doc/forum/Best_way_to_share_settings_between_repositories.mdwn index 0b0590e18..9c5e6d164 100644 --- a/doc/forum/Best_way_to_share_settings_between_repositories.mdwn +++ b/doc/forum/Best_way_to_share_settings_between_repositories.mdwn @@ -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.