aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: 576a030e8dc7b7a73f323462ec3c6e44325e24d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
server:
	hugo server -D

check:
	flake8 --color=never tools/mk-phosh-rel

publish:
	rm -rf public/*
	# Ignore cache, exclude drafts
	hugo --ignoreCache
	rsync --delete -e ssh -rv  public/* $(REMOTE)