Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wgao19/gatsby-starter-multiple-author
- Owner: wgao19
- License: mit
- Created: 2019-04-28T18:36:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:59:35.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T19:50:48.724Z (4 months ago)
- Language: JavaScript
- Homepage: http://gatsby-starter-multiple-author.netlify.com
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```