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

Blog

Synopsis

Documentation

process :: String -> String -> String #

takes title . Then parses the given String to Markup. Outputs String Html

convertSingle :: String -> Handle -> Handle -> IO () #

takes the title input and output handels. Converts the single Markup page and writes the html on the disk to the given output handle

convertDirectory :: Env -> FilePath -> FilePath -> IO () #

Copy files from one to another directory and then convert to .html files

buildIndex :: [(FilePath, Document)] -> Reader Env Html #

Builds the index page