deliciousium/Makefile

10 lines
208 B
Makefile
Raw Normal View History

2022-10-09 19:14:56 +01:00
build:
hugo -D
npm run index
clean:
rm -rf public
rm -v $(shell find . -iname "*~")
2022-11-06 12:36:56 +00:00
deploy:
hugo
rsync -vlcr --delete-after ./public/* mary@core.sweetandsourcherries.com:/home/mary/deliciousium/public/