diff --git a/ikiwiki.setup b/ikiwiki.setup index f9945221..5d7dfc91 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -278,6 +278,9 @@ use IkiWiki::Setup::Standard { # parent page tags are located under tagbase => 'tags', + # emtpy disables pull & push + gitorigin_branch => '', + # underlay plugin # extra underlay directories to add #add_underlays => [qw{/home/users/nico/wiki.underlay}], @@ -286,7 +289,6 @@ use IkiWiki::Setup::Standard { # git_wrapper => '/home/services/git/nico.schottelius.org/hooks/post-update', # git_wrappermode => '06755', - # gitorigin_branch => 'origin', # gitmaster_branch => 'master', }