hakyll-2.4.4: A simple static site generator library.

Text.Hakyll.Context

Description

This (quite small) module exports the datatype used for contexts. A Context is a simple key-value mapping. You can render these Contexts with templates, and manipulate them in various ways.

Synopsis

Documentation

newtype Context Source

Datatype used for key-value mappings.

Constructors

Context 

Fields

unContext :: Map String String

Extract the context.