summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--health0
-rw-r--r--site.hs2
2 files changed, 1 insertions, 1 deletions
diff --git a/health b/health
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/health
diff --git a/site.hs b/site.hs
index fcf617d..118eb34 100644
--- a/site.hs
+++ b/site.hs
@@ -7,7 +7,7 @@ import System.FilePath.Posix ((</>), (<.>), splitExtension, splitFileName, takeD
main :: IO ()
main = hakyllWith hakyllConfig $ do
- match ("images/*" .||. "files/*" .||. "robots.txt") $ do
+ match ("images/*" .||. "files/*" .||. "robots.txt" .||. "health") $ do
route idRoute
compile copyFileCompiler
Generated by cgit. See skreutz.com for my tech blog and contact information.