hakyll-4.13.0.0: A static website compiler library

Safe HaskellNone
LanguageHaskell2010

Hakyll.Core.Identifier

Description

An identifier is a type used to uniquely identify an item. An identifier is conceptually similar to a file path. Examples of identifiers are:

  • posts/foo.markdown
  • index
  • error/404
Synopsis

Documentation

fromFilePath :: FilePath -> Identifier Source #

Parse an identifier from a string

toFilePath :: Identifier -> FilePath Source #

Convert an identifier to a relative FilePath