# Gatsby JS

## Nice example sites

* [Juliette's personal website](https://github.com/juliettepretot/juliette.sh)
* [Overreacted by Dan Abramov](https://github.com/gaearon/overreacted.io)
* [Digital Garden](https://github.com/johno/digital-garden) - Content-first project meant to make it easier to write and curate content on the web.
* [kvlly](https://github.com/kellyvaughn/kvlly) - Personal site built with Gatsby and deployed on Netlify.
* [Gatsby + Cosmic JS](https://github.com/DSchau/-gatsby-blog-cosmicjs-)

## Themes

* [Novela](https://github.com/narative/gatsby-theme-novela) - Makes it easy to start publishing beautiful articles and stories with Gatsby.
* [Gatsby Theme Amsterdam](https://github.com/ryanwiemer/gatsby-theme-amsterdam)
* [Collection of experimental Gatsby themes](https://github.com/jxnblk/gatsby-themes)
* [gatsby-theme-austere](https://github.com/johno/gatsby-theme-austere) - Minimal blog theme built for those wanting to focus on their writing.
* [Gatsby Theme FAQs Prismic](https://github.com/littleplusbig/gatsby-theme-faqs-prismic) - Pretty FAQ page for Gatsby projects, out of the box.
* [gatsby-gitbook-starter](https://github.com/hasura/gatsby-gitbook-starter) - Generate GitBook style modern docs/tutorial websites using Gatsby + MDX.
* [gatsby-casper](https://github.com/scttcper/gatsby-casper) - Casper 2 blog starter for Gatsby.
* [gatsby-london](https://github.com/ImedAdel/gatsby-london) - Free, open source, image-concentric starter for GatsbyJS.

## Plugins

* [gatsby-remark-vscode](https://github.com/andrewbranch/gatsby-remark-vscode) - Gatsby plugin to provide VS Code’s syntax highlighting to Markdown code fences.
* [gatsby-plugin-ebook](https://github.com/cowchimp/gatsby-plugin-ebook) - Creates an ebook from your Gatsby posts.
* [gatsby-source-figma](https://github.com/fabe/gatsby-source-figma) - Gatsby plugin for using Figma documents as a data source.
* [gatsby-plugin-netlify-cache](https://github.com/axe312ger/gatsby-plugin-netlify-cache) - Caches your Gatsby .cache and public folder to speed up your build time by 10x.
* [gatsby-plugin-next-seo](https://github.com/ifiokjr/gatsby-plugin-next-seo) - Plug in that makes managing your SEO easier in Gatsby projects.
* [gatsby-plugin-prettier-build](https://github.com/jmsv/gatsby-plugin-prettier-build) - Prettify gatsby build output.

## Links

* [Collection of Gatsby themes](https://github.com/johno/gatsby-themes#readme)
* [egghead.io creator MDX Blog Starter Project](https://github.com/eggheadio/gatsby-starter-egghead-blog)
* [Getting Started with Gatsby Themes](https://www.ianjones.us/getting-started-with-gatsby-themes)
* [gatsby-theme-documentation](https://github.com/johno/gatsby-theme-documentation) - Minimalist Gatsby Theme for documentation sites built with MDX and Theme UI.
* [Kyle Mathews - What's Next for Gatsby? (2019)](https://www.youtube.com/watch?v=-bHkPPL1Tz4)
* [HN: Gatsby raises $15M Series A for its modern web development platform (2019)](https://news.ycombinator.com/item?id=21085651)
* [Gatsby and GraphQL: Today and the Future — Kyle Matthews @ GraphQL Conf 2019](https://www.youtube.com/watch?v=hXGziTHNTKY)
* [Gatsby ThemeJam Showcase](https://themejam.gatsbyjs.org/showcase)
* [Gatsby RFCs](https://github.com/gatsbyjs/rfcs)
* [Gatsby with GraphQL & Hasura](https://github.com/hasura/graphql-engine/wiki/Gatsby-with-GraphQL-&-Hasura)
* [Announcing Gatsby Cloud (2019)](https://www.gatsbyjs.org/blog/2019-11-14-announcing-gatsby-cloud/)
* [What do you like and dislike about Gatsby JS? (2019)](https://twitter.com/mxstbr/status/1198915353809698817)
* [Deploy Gatsby site with Zeit](https://zeit.co/solutions/gatsby)
* [The End of an Era: Migrating from WordPress to Gatsby (2019)](https://www.taniarascia.com/migrating-from-wordpress-to-gatsby/)
* [Building your own blog with Gatsby and Novela (2020)](https://www.narative.co/articles/building-your-own-blog-with-gatsby-and-novela)
* [Start creating your own Gatsby plugins (2020)](https://dev.to/notrab/start-creating-your-own-gatsby-plugins-jc0)
* [Better Performance using Dynamic Code Splitting in Gatsby with loadable-components (2019)](https://dev.to/itmayziii/better-performance-using-dynamic-code-splitting-in-gatsby-with-loadable-components-6am)
* [Building a Gatsby Plugin with Rust + Wasm (2020)](https://aless.co/gatsby-wasm-plugin/)
* [Gatsby Package Manager](https://github.com/ahmadawais/gatsby-package-manager) - Helps you install a Gatsby package with all of its dependencies.
* [The Quest for the Perfect Dark Mode](https://joshwcomeau.com/gatsby/dark-mode/) - Scintillating exploration of color themes in Gatsby.
