sitepipe-0.3.0.0: A simple to understand static site generator

Safe HaskellNone
LanguageHaskell2010

SitePipe.Parse

Synopsis

Documentation

processSource :: MonadThrow m => String -> String -> m (Value, String) Source #

Given a resource identifier and the file contents; parses and returns a Value representing any metadata and the file contents.