first post

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-06-05 22:33:34 +05:30
parent 95c9927eaf
commit 07357464c8
7 changed files with 116 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ main = hakyllWith config $ do
route idRoute
compile compressCssCompiler
match (fromList ["about.org", "contact.org"]) $ do
match (fromList ["about.org", "contact.org", "links.org"]) $ do
route $ setExtension "html"
compile $
pandocCompiler