Makefile to grab the theme.

This commit is contained in:
Travis Goodspeed 2017-11-26 14:35:43 -05:00
parent 85fd0ef1e5
commit 0984b4ed46

11
website/Makefile Normal file
View File

@ -0,0 +1,11 @@
all: theme
theme:
cd themes && ls hugo_theme_robust || git clone https://github.com/dim0627/hugo_theme_robust.git
server: theme
hugo server
deploy:
#TODO