hakyll-4.6.0.0: A static website compiler library

Safe HaskellNone

Hakyll.Web.Paginate

Synopsis

Documentation

type PageNumber = IntSource

data Paginate Source

Data about paginators

Instances

Show Paginate 

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: