From: Silvio Rhatto Date: Mon, 1 May 2017 17:50:39 +0000 (-0300) Subject: Renames ikiwiki.setup to ikiwiki.yaml X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d592173e55bc648352abd270462f50ff360eb320;p=blog.git Renames ikiwiki.setup to ikiwiki.yaml --- diff --git a/Makefile b/Makefile index fb8efd3..2452e82 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # web: jhead - @ikiwiki --setup ikiwiki.setup + @ikiwiki --setup ikiwiki.yaml web_deploy: @rsync -avz --delete www/ blog:/var/sites/blog/www/ diff --git a/ikiwiki.setup b/ikiwiki.yaml similarity index 100% rename from ikiwiki.setup rename to ikiwiki.yaml