hakyll-1.1: A simple static site generator library.

Text.Hakyll.Renderable

Synopsis

Documentation

class Renderable a whereSource

A class for datatypes that can be rendered to pages.

Methods

toContext :: a -> Hakyll ContextSource

Get a context to do substitutions with.

getDependencies :: a -> [FilePath]Source

Get the dependencies for the renderable. This is used for cache invalidation.

getURL :: a -> FilePathSource

Get the destination for the renderable.