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