diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:21:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:21:54 -0300 |
commit | 441d15497446f8565c37e67ee72106361e27f021 (patch) | |
tree | 7f10bda936550f2bcd816d353046a91ea5a6bee0 | |
parent | 3075a8e9ddeab1b116927c5c79ac18cf618ec5d9 (diff) | |
download | templates-441d15497446f8565c37e67ee72106361e27f021.tar.gz templates-441d15497446f8565c37e67ee72106361e27f021.tar.bz2 |
Ikiwiki: do not pull when building html pages
-rw-r--r-- | ikiwiki/ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki/ikiwiki.setup b/ikiwiki/ikiwiki.setup index a02e05b..512757c 100644 --- a/ikiwiki/ikiwiki.setup +++ b/ikiwiki/ikiwiki.setup @@ -32,6 +32,8 @@ use IkiWiki::Setup::Standard { diffurl => "https://git.example.org/?p=user.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", #gitorigin_branch => "origin", #gitmaster_branch => "master", + # See https://ikiwiki.info/tips/laptop_wiki_with_git/ + gitorigin_branch => '', # Tla stuff. #rcs => "tla" |