Skip to content

Instantly share code, notes, and snippets.

@maurer
Last active September 22, 2017 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maurer/85126fc27d65068c03cfab43e3875c82 to your computer and use it in GitHub Desktop.
Save maurer/85126fc27d65068c03cfab43e3875c82 to your computer and use it in GitHub Desktop.
Generating an index.html from latest blog post
create ["index.html"] $ do
route idRoute
compile $ do
misnamedItem <- head <$> (recentFirst =<< loadAll "posts/*")
>>= relativizeUrls
return $ misnamedItem {itemIdentifier = "index.html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment