From ea69cbbef8117781122f7f89a6c4ab28044e4348 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 15 Jul 2018 23:08:26 -0300 Subject: Add public-key.txt under site/root/ --- hakyll/Main.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hakyll') diff --git a/hakyll/Main.hs b/hakyll/Main.hs index a11c6fb..f6b7aaa 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -20,6 +20,9 @@ main = hakyll $ do match "pastebin/*.html" $ do route idRoute compile copyFileCompiler + match "root/*" $ do + route $ dropPrefix "root/" + compile copyFileCompiler match "posts/*" $ do route $ setExtension "html" -- cgit v1.2.3