diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-02 15:18:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-02 15:18:32 -0300 |
commit | b59246e27410d8d7b91133a13d04b38766b3413b (patch) | |
tree | 9bff2c1a53b2cea9ddab98c64ac2bb94c822d443 | |
parent | a8542a110b721187f9c8a3bf73df736f858e8beb (diff) | |
download | blog-b59246e27410d8d7b91133a13d04b38766b3413b.tar.gz blog-b59246e27410d8d7b91133a13d04b38766b3413b.tar.bz2 |
Updates ikiwiki config
-rw-r--r-- | ikiwiki.setup | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 1fe5e32..2f49574 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -13,13 +13,13 @@ use IkiWiki::Setup::Standard { srcdir => ".", destdir => "www", - url => "https://rhatto.fluxo.info", - cgiurl => "https://rhatto.fluxo.info/ikiwiki.cgi", + url => "https://blog.fluxo.info", + cgiurl => "https://blog.fluxo.info/ikiwiki.cgi", # Git stuff. rcs => "git", - historyurl => "https://git.fluxo.info/?p=rhatto.git;a=history;f=[[file]]", - diffurl => "https://git.fluxo.info/?p=rhatto.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.fluxo.info/blog/log/[[file]]", + diffurl => 'https://git.fluxo.info/bootless/commit/[[file]]?id=[[sha1_commit]]', # See https://ikiwiki.info/tips/laptop_wiki_with_git/ gitorigin_branch => '', |