Hakyll code now handles everything in 'images' recursively
This commit is contained in:
parent
fdb046baf6
commit
161f3cec61
2
site.hs
2
site.hs
@ -28,7 +28,7 @@ main = hakyll $ do
|
|||||||
tags <- buildTags "posts/*" (fromCapture "tags/*.html")
|
tags <- buildTags "posts/*" (fromCapture "tags/*.html")
|
||||||
let postCtxTags = postCtxWithTags tags
|
let postCtxTags = postCtxWithTags tags
|
||||||
|
|
||||||
match "images/*" $ do
|
match "images/**" $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile copyFileCompiler
|
compile copyFileCompiler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user