hakyll-convert-0.3.0.2: Convert from other blog engines to Hakyll.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hakyll.Convert.IO

Synopsis

Documentation

savePost :: FilePath -> Text -> Text -> DistilledPost -> IO FilePath Source #

Save a post along with its comments in a format that Hakyll understands.

Returns the filename of the file that was written.