shakebook-0.9.1.0: Shake-based technical documentation generator; HTML & PDF

CopyrightCopyright (C) 2020 Daniel Firth
MaintainerDaniel Firth <dan.firth@homotopic.tech
Safe HaskellNone
LanguageHaskell2010

Shakebook.Feed

Description

License : MIT Stability : experimental

Utilities from Text.Atom.Feed lifted to MonadAction and FileLike.

Synopsis

Documentation

asAtomEntry :: ToJSON a => a -> Entry Source #

Convert a Post to an Atom Entry

buildFeed :: (MonadAction m, FileLike b a, ToJSON a) => Text -> Text -> [a] -> a -> m () Source #

Build an Atom Feed from a list of posts.