7 lines
No EOL
176 B
Makefile
7 lines
No EOL
176 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
|