blog/justfile

14 lines
243 B
Makefile

deploy: build
rsync -avz --delete public/ acicchetti@anthonycicchetti.com:/var/www/blog.anthonycicchetti.com/public
build:
hugo
new postname:
hugo new posts/{{postname}}.md
live:
hugo server
install:
brew install hugo