|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: FilePath | File to be rendered or created.
| | -> [FilePath] | Files the render depends on.
| | -> IO () | IO action to execute when the file is out of date.
| | -> IO () | | | Execute an IO action only when the cache is invalid.
|
|
|
|
| :: Renderable a | | | => FilePath | Renderable object to render with given template.
| | -> a | The body of the result will contain the render.
| | -> IO Page | | | Render to a Page.
|
|
|
|
| Render each renderable with the given template, then concatenate the
result.
|
|
|
| Chain a render action for a page with a number of templates. This will
also write the result to the site destination. This is the preferred way
to do general rendering.
|
|
|
| Mark a certain file as static, so it will just be copied when the site is
generated.
|
|
|
| Render a css file, compressing it.
|
|
| Produced by Haddock version 2.6.0 |