From 97eb317e5891923c1d082bb2e427ab877ab19df7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 25 Jan 2015 00:06:05 -0500 Subject: [PATCH] change theme --- deploy.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.cmd b/deploy.cmd index 665e879..34870ac 100644 --- a/deploy.cmd +++ b/deploy.cmd @@ -57,7 +57,7 @@ echo Building Resume call :Executecmd npm install IF !ERRORLEVEL! NEQ 0 goto error REM This creates the **index.html** which is deployed by Azure Websites. -call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme elegant +call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme slick IF !ERRORLEVEL! NEQ 0 goto error :: 1. KuduSync