blog-0.1.0.0: A custom blog generator from markup files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Blog.Convert

Synopsis

Documentation

convertStructure :: Structure -> Structure #

Converts Markup structure to the html structure

convert :: Env -> String -> Document -> Html #

takes Env the title and the Markup document.

Converts to Html type, adds the head with the BlogName, stylesheet and meta.

Adds the BlogName which leads to index.html page, with article itself.