Styling changes

This commit is contained in:
2018-09-20 22:23:57 +03:00
parent 6afa6d55d4
commit 06778c219a
4 changed files with 24 additions and 1 deletions

View File

@ -21,6 +21,10 @@ main = hakyll $ do
route idRoute
compile compressCssCompiler
match "js/*" $ do
route idRoute
compile compressCssCompiler
match (fromList ["about.markdown", "contact.markdown"]) $ do
route $ setExtension "html"
compile $ pandocCompiler