diff --git a/src/Main.hs b/src/Main.hs index 9bfe13d..46efb6a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -48,12 +48,8 @@ styleSheets = , "css/syntax.css" ] -config :: Configuration -config = defaultConfiguration - { deployCommand = "yarn surge _site jezenthomas.com" } - main :: IO () -main = hakyllWith config $ do +main = hakyll $ do compiledStylesheetPath <- preprocess $ do styles <- mapM readFile styleSheets