hakyll-convert-0.2.0.0: Convert from other blog engines to Hakyll.
Hakyll.Convert.Blogger
Synopsis
data FullPost Source #
A post and its comments
Constructors
Fields
readPosts :: FilePath -> IO (Maybe [FullPost]) Source #
Returns only published posts
distill :: Bool -> FullPost -> DistilledPost Source #