diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:23:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:23:50 -0300 |
commit | cc68593126268883f5334ec8718e3606ff9726b4 (patch) | |
tree | 64b57103fb92770f57b9e2a3f69a8dbf301a4b52 | |
parent | dcb4dbfe0fdcbd8ae394b3e50f65a05c21b7ebf9 (diff) | |
download | bootless-cc68593126268883f5334ec8718e3606ff9726b4.tar.gz bootless-cc68593126268883f5334ec8718e3606ff9726b4.tar.bz2 |
Ikiwiki: do not pull when building html pages
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index afb3aac..193cde1 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -32,6 +32,8 @@ use IkiWiki::Setup::Standard { diffurl => "https://git.sarava.org/?p=bootless.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" |