hakyll-4.7.2.1: A static website compiler library

Safe HaskellNone
LanguageHaskell98

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 :: String -> Identifier Source

Parse an identifier from a string

toFilePath :: Identifier -> FilePath Source

Convert an identifier to a relative FilePath