update
This commit is contained in:
@@ -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
|
||||
|
||||
10
index.html
10
index.html
@@ -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>
|
||||
Reference in New Issue
Block a user