aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 3c3af61f56daf4919a8db734321fd83ba3601b30 (plain) (tree)
1
2
3
4
5
6
7



                                                                                    


                                                                         
.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