gatsby-plugin-collections
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Gatsby Collections

Build Status

Gatsby Collections creates pages from collections of Markdown files, with support for pagination, customizable permalinks, and configurable layouts.

With minimal configuration, a collection of files like this:

src/
  posts/
    - 2018-10-12-one.md
    - 2018-11-24-two.md
    - 2018-12-22-three.md

…becomes a collection of pages like this:

https://foo.bar/posts/2018/10/12/one
https://foo.bar/posts/2018/11/24/two
https://foo.bar/posts/2018/12/22/three

Read the documentation

Readme

Keywords

Package Sidebar

Install

npm i gatsby-plugin-collections

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

70 kB

Total Files

49

Last publish

Collaborators

  • mikefowler