From 2e81435064468f50ca4e24ba6323398a91cee786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 29 Aug 2018 00:23:40 +0100 Subject: [PATCH] Change drafts url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46349fa..bf00a36 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: hugo --debug --destination public drafts: - hugo --debug --baseUrl "https://test.bouah.net" \ + hugo --debug --baseUrl "https://blog.bouah.net/_drafts" \ --buildDrafts --buildFuture --destination drafts serve: