aboutsummaryrefslogtreecommitdiff
path: root/Cooking.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Cooking.hs')
-rw-r--r--Cooking.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cooking.hs b/Cooking.hs
index 5c368d0..809f50f 100644
--- a/Cooking.hs
+++ b/Cooking.hs
@@ -5,6 +5,10 @@ import Hakyll
main :: IO ()
main = hakyllWith configuration $ do
+ match "images/*" $ do
+ route idRoute
+ compile copyFileCompiler
+
match "design/*.hs" $ do
route $ setExtension "css"
compile $ getResourceString >>= withItemBody (unixFilter "runghc" [])