change theme

This commit is contained in:
Tommy
2015-01-25 00:06:05 -05:00
parent 7fd0412940
commit 97eb317e58

View File

@@ -57,7 +57,7 @@ echo Building Resume
call :Executecmd npm install call :Executecmd npm install
IF !ERRORLEVEL! NEQ 0 goto error IF !ERRORLEVEL! NEQ 0 goto error
REM This creates the **index.html** which is deployed by Azure Websites. 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 IF !ERRORLEVEL! NEQ 0 goto error
:: 1. KuduSync :: 1. KuduSync