diff --git a/Makefile b/Makefile index 76e81ed..3051a51 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: slides.html -slides.html: slides.md - pandoc --offline -s -t slidy -o $@ $< +slides.html: slides.md pre.html post.html + (cat pre.html; pandoc -t slidy slides.md; cat post.html) > $@ clean: -rm -f slides.html diff --git a/post.html b/post.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/post.html @@ -0,0 +1,2 @@ + + diff --git a/pre.html b/pre.html new file mode 100644 index 0000000..f3e643a --- /dev/null +++ b/pre.html @@ -0,0 +1,24 @@ + + + + + + + + + Haskell Amuse Bouche + + + + + +
+

Haskell Amuse Bouche

+

+Mark Lentczner

+

+

2011-10-14

+
diff --git a/slides.html b/slides.html index d6085a0..ff8e270 100644 --- a/slides.html +++ b/slides.html @@ -6,441 +6,13 @@ - - Haskell Amuse Bouche - - - + + +
diff --git a/style.css b/style.css new file mode 100644 index 0000000..eea2c0d --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre + { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; } +td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; } +td.sourceCode { padding-left: 5px; } +code.sourceCode span.kw { color: #007020; font-weight: bold; } +code.sourceCode span.dt { color: #902000; } +code.sourceCode span.dv { color: #40a070; } +code.sourceCode span.bn { color: #40a070; } +code.sourceCode span.fl { color: #40a070; } +code.sourceCode span.ch { color: #4070a0; } +code.sourceCode span.st { color: #4070a0; } +code.sourceCode span.co { color: #60a0b0; font-style: italic; } +code.sourceCode span.ot { color: #007020; } +code.sourceCode span.al { color: red; font-weight: bold; } +code.sourceCode span.fu { color: #06287e; } +code.sourceCode span.re { } +code.sourceCode span.er { color: red; font-weight: bold; } +/*]]>*/ +