TableauPaginationExtension

Hex.pm][shield-hex]][hexpm] [![Hex Docs][shield-docs] [ Apache 2.0Coveralls

A Tableau extension for paginating collection indexes (like posts or tags).

config :tableau, TableauPaginationExtension,
  enabled: true,
  collections: [
    posts: [
      permalink: "/posts/:page?",
      layout: MySite.RootLayout,
      template: MySite.PostsPage,
      per_page: 5
    ]
  ]

Installation

Add tableau_pagination_extension to your dependencies in mix.exs:

def deps do
  [
    {:tableau_pagination_extension, "~> 1.0"}
  ]
end

Documentation is found on HexDocs.

Semantic Versioning

TableauPaginationExtension follows Semantic Versioning 2.0.