Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-authors

Gatsby plugin to automatically create index pages for all authors

Install

yarn add gatsby-plugin-authors

How to use

Add this to gatsby-config

{
  resolve: "gatsby-plugin-authors",
  options: {
    templatePath: `${__dirname}/src/templates/<template>.js`,
  },
}

Options

You can view the defaults in defaults.js

© 2023 Gatsby, Inc.