hakyll-4.14.1.0: A static website compiler library
Safe HaskellNone
LanguageHaskell2010

Hakyll.Core.Provider.Metadata

Description

Internal module to parse metadata

Synopsis

Documentation

parsePage :: String -> Either ParseException (Metadata, String) Source #

data MetadataException Source #

Thrown in the IO monad if things go wrong. Provides a nice-ish error message.

Constructors

MetadataException FilePath ParseException