From 9462ffa324dc19e3925069a26fe47027dc56b060 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 8 May 2021 16:42:12 -0300 Subject: [PATCH] =?UTF-8?q?crear=20un=20.env=20vac=C3=ADo=20si=20no=20exis?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sino lo primero que vemos al probar el sitio es un error --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 94616d1..ca73eeb 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ domain ?= $(site).sutty.local env ?= production JEKYLL_ENV ?= $(env) +.env: + @touch .env include .env export