blog/Makefile

7 lines
176 B
Makefile
Raw Normal View History

2024-11-10 00:04:43 +03:00
.PHONY: deploy
deploy:
hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru
2024-11-28 00:46:17 +03:00
post:
hugo new content posts/$(shell date '+%Y-%m-%d')-$(name)/index.md