diff --git a/Makefile b/Makefile index 17a0f73..2a275f0 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,9 @@ drafts: hugo --debug --baseUrl "https://test.bouah.net" \ --buildDrafts --buildFuture --destination drafts +serve: + rm -rf drafts + hugo serve --debug --buildDrafts --buildFuture + # vim:ft=make #