Start replacing the profile
This commit is contained in:
		@@ -50,7 +50,12 @@ main = hakyllWith defaultConfiguration{ignoreFile = ignore} $ do
 | 
			
		||||
      >>= relativizeUrls
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  match (fromList ["index.markdown", "contact.markdown"]) $ do
 | 
			
		||||
  match "profile.html" $ do
 | 
			
		||||
    route $ constRoute "index.html"
 | 
			
		||||
    compile $ getResourceBody
 | 
			
		||||
      >>= loadAndApplyTemplate "templates/default.html" defaultContext
 | 
			
		||||
      >>= relativizeUrls
 | 
			
		||||
  match (fromList ["contact.markdown"]) $ do
 | 
			
		||||
    route   $ setExtension "html"
 | 
			
		||||
    compile $ pandocCompiler
 | 
			
		||||
      >>= loadAndApplyTemplate "templates/default.html" defaultContext
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user