From: Lucian Mogosanu Date: Sun, 4 Aug 2013 13:45:38 +0000 (+0300) Subject: site: copy all subdirectories in images/ X-Git-Tag: v0.2~36 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=98f407e2885023c73c64135d778fa55b9002496a;p=thetarpit.git site: copy all subdirectories in images/ --- diff --git a/site.hs b/site.hs index 4510c2d..af95ed3 100644 --- a/site.hs +++ b/site.hs @@ -16,7 +16,7 @@ main = hakyllWith tarpitConfiguration $ do match "index.html" compileIndex match "css/*" compileCss match "posts/*" $ compilePosts tags - match "images/*" $ compileImages + match "images/**" $ compileImages match (fromList pages) compilePages create ["archive.html"] compileArchive