Add resume as pdf file.

master
Fabien Freling 2014-10-15 22:33:40 +02:00
parent b31105ccf7
commit e1159865ae
2 changed files with 1 additions and 1 deletions

BIN
files/resume.pdf Normal file

Binary file not shown.

View File

@ -20,7 +20,7 @@ import Hakyll
main :: IO ()
main = hakyllWith config $ do
match ("images/*" .||. "favicon.png") $ do
match ("images/*" .||. "favicon.png" .||. "files/*") $ do
route idRoute
compile copyFileCompiler