Skip to content

Commit

Permalink
config was unneeded afterall
Browse files Browse the repository at this point in the history
  • Loading branch information
rejuvyesh committed Mar 11, 2014
1 parent f8f0ddc commit 4717c35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import System.FilePath
import Text.Pandoc (WriterOptions(..))

main IO ()
main = hakyllWith config $ do
main = hakyll $ do
match ("images/*" .||. "js/*" .||. "favicon.ico" .||. "fonts/*") $ do
route idRoute
compile copyFileCompiler
Expand Down Expand Up @@ -64,7 +64,3 @@ woptions = defaultHakyllWriterOptions{ writerSectionDivs = True,
writerHtml5 = True
}

config Configuration
config = defaultConfiguration
{ deployCommand = ""
}

0 comments on commit 4717c35

Please sign in to comment.