hakyll-0.2: A simple static site generator library.Source codeContentsIndex
Text.Hakyll.Renderable
Synopsis
class Renderable a where
toContext :: a -> IO Context
getDependencies :: a -> [FilePath]
getURL :: a -> FilePath
Documentation
class Renderable a whereSource
A class for datatypes that can be rendered to pages.
Methods
toContext :: a -> IO 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.
show/hide Instances
Produced by Haddock version 2.6.0