blog/Makefile

7 lines
No EOL
177 B
Makefile

.PHONY: deploy
deploy:
hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru
post:
hugo new content posts/$(shell date '+%Y-%m-%d')-$(name)/_index.md