Community Plugin
View plugin on GitHubgatsby-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