15 lines
220 B
Makefile
15 lines
220 B
Makefile
shortdate := `date +%F`
|
|
|
|
[private]
|
|
default:
|
|
@just --list
|
|
|
|
# Run the development server.
|
|
[group('dev')]
|
|
run:
|
|
@swift run watch content Sources deploy
|
|
|
|
[group('dev')]
|
|
new-article name:
|
|
@echo {{shortdate}}-{{name}}.md
|