From 548c534c67a11230e110051ae53d7b3a716222de Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 2 Apr 2025 15:22:33 -0400 Subject: [PATCH] feat: Updating justfile. --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/justfile b/justfile index 1d41da6..e76417d 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +shortdate := `date +%F` + [private] default: @just --list @@ -6,3 +8,7 @@ default: [group('dev')] run: @swift run watch content Sources deploy + +[group('dev')] +new-article name: + @echo {{shortdate}}-{{name}}.md