Skip to content

Commit

Permalink
Build html from pieces so we can have local css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mzero committed Oct 13, 2011
1 parent d5cb289 commit 5c6996f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 435 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
all: slides.html all: slides.html


slides.html: slides.md slides.html: slides.md pre.html post.html
pandoc --offline -s -t slidy -o $@ $< (cat pre.html; pandoc -t slidy slides.md; cat post.html) > $@


clean: clean:
-rm -f slides.html -rm -f slides.html
2 changes: 2 additions & 0 deletions post.html
@@ -0,0 +1,2 @@
</body>
</html>
24 changes: 24 additions & 0 deletions pre.html
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<meta name="author" content="Mark Lentczner" />
<meta name="date" content="2011-10-14" />
<title>Haskell Amuse Bouche</title>
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz"
charset="utf-8" type="text/javascript"></script>
</head>
<body>
<div class="slide titlepage">
<h1 class="title">Haskell Amuse Bouche</h1>
<p class="author">
Mark Lentczner<br/><br/>
</p>
<p class="date">2011-10-14</p>
</div>

0 comments on commit 5c6996f

Please sign in to comment.