hakyll-1.4: A simple static site generator library.Source codeContentsIndex
Text.Hakyll.Renderable
Synopsis
class Renderable a where
toContext :: a -> Hakyll Context
getDependencies :: a -> [FilePath]
getUrl :: a -> Hakyll FilePath
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 -> Hakyll FilePathSource
Get the destination for the renderable.
show/hide Instances
Produced by Haddock version 2.6.0