hakyll-4.5.4.0: A static website compiler library

Safe HaskellNone

Hakyll.Web.Paginate

Synopsis

Documentation

buildPaginateWithSource

Arguments

:: MonadMetadata m 
=> ([Identifier] -> m [[Identifier]])

Group items into pages

-> Pattern

Select items to paginate

-> (PageNumber -> Identifier)

Identifiers for the pages

-> m Paginate 

paginateEvery :: Int -> [a] -> [[a]]Source

paginateContext :: Paginate -> PageNumber -> Context aSource

A default paginate context which provides the following keys: