blogination-0.1: Very simple static blog software
Text.Blogination
data Blog Source
Constructors
Fields
Instances
type Blogination = ErrorT String (StateT Blog IO)Source
runBloginator :: Blogination a -> Blog -> IO (Either String a)Source
buildBlog :: Blogination ()Source
ensureProperState :: Blogination ()Source
renderIndex :: Blogination ()Source
renderEntries :: Blogination BoolSource
pageToHtml :: Blog -> String -> HtmlSource
highlight :: Pandoc -> PandocSource