From 465022eca438302ae5d4ee1c98cc2d6b55cfda55 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 17 Oct 2023 18:35:49 +0200 Subject: [PATCH] Update makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3f9c5a1..1be23e1 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ update-themes: git submodule update --recursive --remote + +new-post: + hugo new posts/$(title)/index.md