hakyll-3.1.1.0: A simple static site generator library.

Hakyll.Core.Resource

Description

Module exporting the simple Resource type

Synopsis

Documentation

newtype Resource Source

A resource

Constructors

Resource 

Fields

unResource :: String
 

fromIdentifier :: Identifier -> ResourceSource

Create a resource from an identifier

toIdentifier :: Resource -> IdentifierSource

Map the resource to an identifier. Note that the group will not be set!