hakyll-ogmarkup-4.0: Integrate ogmarkup document with Hakyll

Safe HaskellNone
LanguageHaskell2010

Hakyll.Ogmarkup

Synopsis

Documentation

ogmarkupCompile :: forall c o. GenConf c o => Compiler (Item o) Source #

A Hakyll compiler used to build an output data which is determined by the ogmarkup configuration passed as argument.

ogmarkupCompile' :: forall c o. GenConf c o => Proxy c -> Compiler (Item o) Source #