Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wgao19/gatsby-starter-multiple-author

A Gatsby starter for multiple author blog.
https://github.com/wgao19/gatsby-starter-multiple-author

Last synced: 4 days ago
JSON representation

A Gatsby starter for multiple author blog.

Awesome Lists containing this project

README

        


Logo

# Gatsby Starter Multiple Author

This is a trimmed-down version of [Gatsby Advanced Starter](https://github.com/Vagr9K/gatsby-advanced-starter), with the addition of multiple author support.

## Features

- Gatsby v2
- No UI framework
- Multiple authors with YAML mapping
- Tags
- Categories
- Google Analytics support
- SEO
- RSS feeds

## Getting Started

```shell
$ gatsby new name-of-your-site https://github.com/wgao19/gatsby-starter-multiple-author
$ cd name-of-your-site
$ yarn develop
# or
$ npm run develop
```