Skip to content

Commit

Permalink
Remove redundant Hakyll config
Browse files Browse the repository at this point in the history
  • Loading branch information
jezen committed Jan 28, 2024
1 parent c2aecc2 commit c947bf3
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 @@ -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
Expand Down

0 comments on commit c947bf3

Please sign in to comment.