gatsby-plugin-authors
v1.0.1
Published
Gatsby plugin to show author pages for multiple authors blog
Downloads
3
Readme
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