goodwatch/website/Makefile
2017-12-12 18:15:06 +00:00

14 lines
209 B
Makefile

all: theme
theme:
mkdir -p themes
cd themes && ls hugo_theme_robust || git clone https://github.com/dim0627/hugo_theme_robust.git
server: theme
hugo server
deploy:
hugo
cp -rf public/* /var/www/html/