Hakyll.Convert.Blogger
data FullPost Source #
A post and its comments
Constructors
Fields
Defined in Hakyll.Convert.Blogger
Methods
showsPrec :: Int -> FullPost -> ShowS #
show :: FullPost -> String #
showList :: [FullPost] -> ShowS #
readPosts :: FilePath -> IO (Maybe [FullPost]) Source #
Returns only published posts
distill :: Bool -> FullPost -> DistilledPost Source #