From: Silvio Rhatto Date: Mon, 1 May 2017 17:49:20 +0000 (-0300) Subject: Renames ikiwiki.setup to ikiwiki.yaml X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eeef3b24b5bda76aa8fd9f7ee295886512fa7a0a;p=templates.git Renames ikiwiki.setup to ikiwiki.yaml --- diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index e3d6344..0db794d 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -17,7 +17,7 @@ all: web web_deploy web: - @ikiwiki --setup ikiwiki.setup + @ikiwiki --setup ikiwiki.yaml @chmod +x bin/* web_deploy: diff --git a/ikiwiki/ikiwiki.setup b/ikiwiki/ikiwiki.yaml similarity index 100% rename from ikiwiki/ikiwiki.setup rename to ikiwiki/ikiwiki.yaml