mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-22 08:09:13 +00:00
Makefile to grab the theme.
This commit is contained in:
parent
85fd0ef1e5
commit
0984b4ed46
11
website/Makefile
Normal file
11
website/Makefile
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user