hakyll-2.1: 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

type Context = Map String StringSource

Datatype used for key-value mappings.