diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -55,7 +55,7 @@
       }) $ do
 
 
-  agda_files <- agdaHTML
+  agda_files <- agdaHTML "site"
   fileIdents <- liftIO $ newCacheIO parseFileIdents
   fileTypes <- liftIO $ newCacheIO parseFileTypes
 
diff --git a/blagda.cabal b/blagda.cabal
--- a/blagda.cabal
+++ b/blagda.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           blagda
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Shake frontend for Agda blogging
 description:    Please see the README on GitHub at <https://github.com/isovector/blagda#readme>
 category:       Blog
