Added html footer, header, and build script.
This commit is contained in:
parent
b85dc732f2
commit
3bf125ab44
2
buildresume.sh
Executable file
2
buildresume.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cat htmlheader > index.html && Markdown.pl resume.md >> index.html && cat htmlfooter >> index.html
|
1
htmlfooter
Normal file
1
htmlfooter
Normal file
@ -0,0 +1 @@
|
|||||||
|
</body></html>
|
7
htmlheader
Normal file
7
htmlheader
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||||
|
"http://www.w3.org/TR/html4/strict.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
|
||||||
|
</head>
|
||||||
|
<body>
|
Loading…
Reference in New Issue
Block a user