Add the deploy target

This commit is contained in:
Sameer Rahmani 2022-11-06 12:36:56 +00:00
parent db577a69ea
commit 7ec9a2604a
2 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,6 @@ build:
clean:
rm -rf public
rm -v $(shell find . -iname "*~")
deploy:
hugo
rsync -vlcr --delete-after ./public/* mary@core.sweetandsourcherries.com:/home/mary/deliciousium/public/

View File

@ -6,3 +6,6 @@ copyright = "deliciousium - All rights reserved"
[params]
logo = "/images/deliciousium.png"
[outputs]
home = ['HTML', 'JSON', 'RSS']