From 1520371af9ca1d95a594f5539b05377a8acb9979 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Wed, 2 Aug 2017 12:48:59 +0200 Subject: [PATCH] Remove acme urls, becuase of change in infra --- site.hs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/site.hs b/site.hs index 619d1d1..ff17925 100644 --- a/site.hs +++ b/site.hs @@ -45,12 +45,6 @@ main = hakyllWith config $ do >>= loadAndApplyTemplate "templates/default.html" postCtx >>= relativizeUrls - create [".well-known/acme-challenge/A96goqqkGG9GG5uEMboQiJF7-Rzt4bjEeyiopFAhFfg"] $ do - route $ idRoute - compile $ do - makeItem "A96goqqkGG9GG5uEMboQiJF7-Rzt4bjEeyiopFAhFfg.WYInsgD-qpTaWfv5fxrTL8ig6eHuBRgPISh8KN3Ix8Y" - >>= relativizeUrls - create ["archive.html"] $ do route idRoute compile $ do @@ -83,7 +77,6 @@ main = hakyllWith config $ do match "templates/*" $ compile templateBodyCompiler - -------------------------------------------------------------------------------- extractTags :: Rules Tags extractTags = do @@ -107,5 +100,3 @@ octoMangaling pathId = base year month day post "index.html" seps = splitRegex (mkRegex "-") $ takeBaseName p year:month:day:xs = seps post = tail $ foldl (\a b -> a ++ "-" ++ b) "" xs - -