Skip to content

Commit

Permalink
Finish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Nuttycombe committed May 23, 2015
1 parent 75bdb4f commit b87618f
Show file tree
Hide file tree
Showing 6 changed files with 787 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.cabal-sandbox
cabal.sandbox.config
4 changes: 2 additions & 2 deletions GNUmakefile
Expand Up @@ -10,8 +10,8 @@ clean:
rm -f index.html

postprocess: reveal
sed -i'' -e 's/reveal.min/reveal/' index.html
sed -i'' -e "s/simple.css/$(THEME).css/" index.html
sed -i '' -e 's/reveal.min/reveal/' index.html
sed -i '' -e "s/simple.css/$(THEME).css/" index.html

reveal: $(SOURCE) $(STYLE)
$(PANDOC) -f markdown --smart -t revealjs -V theme=$(THEME) --include-in-header=$(STYLE) -s $(SOURCE) -o index.html
Binary file added img/quack.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b87618f

Please sign in to comment.