This commit is contained in:
Tommy Parnell
2016-09-23 10:10:52 -04:00
parent 182a2f4fb2
commit bd36bbc690
2 changed files with 1 additions and 11 deletions

View File

@@ -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.
REM 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 elegant
IF !ERRORLEVEL! NEQ 0 goto error
:: 1. KuduSync

View File

@@ -1,10 +0,0 @@
<html>
<head>
<title>Sorry I'm offline right now</title>
</head>
<body>
<h2>Sorry this is offline</h2>
<hr />
<span>Sorry the resume theme engine I use is down...just go to my <a href="http://about.terribledev.io">Home Page</a></span>
</body>
</html>