From 0984b4ed46e1a9d362544d7118816c21f4ffaba4 Mon Sep 17 00:00:00 2001 From: Travis Goodspeed Date: Sun, 26 Nov 2017 14:35:43 -0500 Subject: [PATCH] Makefile to grab the theme. --- website/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 website/Makefile diff --git a/website/Makefile b/website/Makefile new file mode 100644 index 0000000..a25a7fc --- /dev/null +++ b/website/Makefile @@ -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 +