Added html footer, header, and build script.

This commit is contained in:
coydog 2013-12-03 09:05:30 -06:00
parent b85dc732f2
commit 3bf125ab44
3 changed files with 10 additions and 0 deletions

2
buildresume.sh Executable file
View 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
View File

@ -0,0 +1 @@
</body></html>

7
htmlheader Normal file
View 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>