Skip to content

Commit

Permalink
Add Cosmic JS Starter (#5916)
Browse files Browse the repository at this point in the history
* Cosmic JS Gatsby Blog article

* Cosmic JS source plugin link

* fix: miscellaneous edits

- removed an intro to Gatsby, which isn't necessary on the Gatsby blog
- minor cleanup for clarity and grammar
- removed some language that can be problematic for beginners (e.g. "obviously")
- added links to relevant Gatsby concepts and APIs

* rm gatsby image, add config notes

* add canonicalLink

* Update index.md

* cosmicjs starter

* cosmicjs starter copy

* Delete package-lock.json
  • Loading branch information
tonyspiro authored and KyleAMathews committed Jun 21, 2018
1 parent 62d7982 commit 0eb6d43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/gatsby-starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ gatsby new my-blog https://github.com/gatsbyjs/gatsby-starter-blog#v2

## Community starters

- [gatsby-starter-cosmicjs](https://github.com/cosmicjs/gatsby-starter)
[(demo)](https://cosmicjs-gatsby-starter.netlify.com)

Features:

- Same as `gatsby-starter-default` with dynamic content from [Cosmic JS](https://cosmicjs.com)
- Install and set up CMS in seconds [via the command line](https://github.com/cosmicjs/gatsby-starter)

- [gatsby-starter-blog-no-styles](https://github.com/noahg/gatsby-starter-blog-no-styles)
[(demo)](http://capricious-spring.surge.sh/)

Expand Down

0 comments on commit 0eb6d43

Please sign in to comment.