Safe Haskell | None |
---|---|
Language | Haskell2010 |
The functions in this module are trivial wrappers around the functions in Hakyll.FileStore.Context:
gitSomething
is equivalent to fsSomething gitStore
, where
gitStore = gitFileStore "."
.
Synopsis
- gitStore :: FileStore
- gitGetItemUTC :: TimeLocale -> Identifier -> Compiler UTCTime
- gitGetItemUTC' :: Identifier -> Compiler (Maybe UTCTime)
- gitDateField :: String -> String -> Context a
- gitDateFieldWith :: TimeLocale -> String -> String -> Context a
- gitGetItemModificationTime :: Identifier -> Compiler UTCTime
- gitGetItemModificationTime' :: Identifier -> Compiler (Maybe UTCTime)
- gitModificationTimeField :: String -> String -> Context a
- gitModificationTimeFieldWith :: TimeLocale -> String -> String -> Context a
- gitGetRevisions :: Identifier -> Compiler [Revision]
- gitGetAuthors :: Identifier -> Compiler [Author]
- gitGetAuthorNames :: Identifier -> Compiler [String]
- gitAuthorNamesField :: String -> Context a
- gitAuthorNamesFieldWith :: String -> String -> Context a
- gitGetAuthorEmails :: Identifier -> Compiler [String]
- gitAuthorEmailsField :: String -> Context a
- gitAuthorEmailsFieldWith :: String -> String -> Context a
Documentation
gitGetItemUTC :: TimeLocale -> Identifier -> Compiler UTCTime Source #
gitGetItemUTC' :: Identifier -> Compiler (Maybe UTCTime) Source #
gitDateFieldWith :: TimeLocale -> String -> String -> Context a Source #
gitModificationTimeFieldWith :: TimeLocale -> String -> String -> Context a Source #
gitGetRevisions :: Identifier -> Compiler [Revision] Source #
gitGetAuthors :: Identifier -> Compiler [Author] Source #
gitGetAuthorNames :: Identifier -> Compiler [String] Source #
gitAuthorNamesField :: String -> Context a Source #
gitGetAuthorEmails :: Identifier -> Compiler [String] Source #
gitAuthorEmailsField :: String -> Context a Source #