From b59246e27410d8d7b91133a13d04b38766b3413b Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Sat, 2 Jul 2016 15:18:32 -0300
Subject: [PATCH] Updates ikiwiki config

---
 ikiwiki.setup | 8 ++++----
 1 file 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 => '',
 
-- 
GitLab