├── img ├── banner.jpg ├── banner.png ├── logo.svg ├── badge.svg └── cc-zero.svg ├── contributing.md ├── code-of-conduct.md └── README.md /img/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prayash/awesome-gatsby/HEAD/img/banner.jpg -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prayash/awesome-gatsby/HEAD/img/banner.png -------------------------------------------------------------------------------- /img/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. 4 | 5 | - 6 | 7 | Ensure your pull request adheres to the following guidelines: 8 | 9 | - Search previous suggestions before making a new one, as yours may be a duplicate. 10 | - If you just created something, wait at least a couple of weeks before submitting. 11 | - You should of course have read or used the thing you're submitting. 12 | - Make an individual pull request for each suggestion. 13 | - Use the following format: `[name](link) - Description.` 14 | - Keep descriptions short and simple, but descriptive. 15 | - Start the description with a capital and end with a full stop/period. 16 | - Check your spelling and grammar. 17 | - Make sure your text editor is set to remove trailing whitespace. 18 | - Link additions should be added to the bottom of the relevant section. 19 | - New categories or improvements to the existing categorization are welcome. 20 | - Pull requests should have a useful title and include a link to the package and why it should be included. 21 | 22 | Thank you for your suggestion! 23 | 24 | ### Updating your PR 25 | 26 | A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it. 27 | -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at prayash@effulgence.io. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /img/badge.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/cc-zero.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 21 | 25 | 35 | 36 | 37 | 48 | 55 | 67 | 69 | 71 | 72 | 74 | 75 | 78 | 79 | 80 | 86 | 96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Gatsby [![Awesome](img/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | ![Awesome Gatsby](img/banner.jpg 'Awesome Gatsby') 4 | 5 | Carefully curated list of awesome [Gatsby](https://www.gatsbyjs.org/) resources. What is Gatsby, you say? 6 | 7 | ### ⚛️ 📄 🚀 Blazing fast React.js static site generator 8 | 9 | _Please read the [contribution guidelines](contributing.md) before contributing._ 10 | 11 |
12 | 13 | ## Table of Contents 14 | 15 | 24 | 25 |
26 | 27 | ### Tools 28 | 29 | - Check out the official [Gatsby Starters](https://www.gatsbyjs.org/docs/gatsby-starters/) page for an updated list of starter kits! 30 | - Check out the official [Gatsby Plugins](https://www.gatsbyjs.org/docs/plugins/) page for an updated list of super handy Gatsby plugins. 31 | 32 | ### IDEs 33 | 34 | - [Visual Studio Code (VSCode)](https://code.visualstudio.com/) 35 | - [VSCode Extension silvenon.mdx which provides syntax highlighting and bracket matching for MDX (JSX in Markdown) files.](https://marketplace.visualstudio.com/items?itemName=silvenon.mdx) 36 | - [VSCode Extension dbaeumer.vscode-eslint for ESLint integration](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) 37 | - [VSCode Extension nickytonline.vscode-gatsby-snippets providing snippets for GatsbyJS](https://marketplace.visualstudio.com/items?itemName=nickytonline.vscode-gatsby-snippets) 38 | 39 | ### Videos 40 | 41 | - [Static Site Generation with Gatsby.js](https://blog.scottnonnenberg.com/static-site-generation-with-gatsby-js/) 42 | - [React.js Conf 2016 - Lightning Talks - Kyle Matthews](https://www.youtube.com/watch?v=RFkNRKL6ZoE) 43 | - [Developing with React and Gatsby.js](http://www.staticwebtech.com/presentations/developing-with-react-gatsbyjs/) 44 | - [GraphQL Summit Open Source Lightning Talk: Gatsby](https://youtu.be/y588qNiCZZo) 45 | - [ReactJS E-Commerce With No Backend Using Snipcart & Gatsby](https://snipcart.com/blog/snipcart-reactjs-static-ecommerce-gatsby) 46 | - [Michael Cereda's multi-part series of blog posts on building his site with Gatsby](https://medium.com/@michaelcereda/creating-an-isomorphic-universal-website-with-react-part-1-a905350acba8#.akoo25l6j) 47 | - [Talk on GatsbyJS @ ViennaJS](https://www.youtube.com/watch?v=f0O1nCgqA3E&feature=youtu.be&a) 48 | 49 | ### Tutorials 50 | 51 | - [Official Gatsby Tutorials](https://www.gatsbyjs.org/tutorial/) 52 | - [Level Up Tutorials - Gatting Started with Gatsby](https://youtu.be/b2H7fWhQcdE) 53 | - [A Step-by-Step Guide: Gatsby on Netlify](https://www.netlify.com/blog/2016/02/24/a-step-by-step-guide-gatsby-on-netlify/) 54 | - [Girraffe Academy - Gatsby - Static Site Generator](https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpMXuwazIt4mWtTuqOHdjRlk) 55 | - [Gatsby – Static Site Generator For React](https://codingthesmartway.com/gatsby-static-site-generater-for-react-introduction/) 56 | - [Egghead - Build a Blog with React and Markdown using Gatsby](https://egghead.io/courses/build-a-blog-with-react-and-markdown-using-gatsby) 57 | - [Building a Photo Site With GatsbyJS and the WordPress.com API](https://jeremey.blog/gatsby-photo/) 58 | - [Gatsby + Contentful + Netlify (and Algolia)](https://www.gatsbyjs.org/blog/2017-12-06-gatsby-plus-contentful-plus-netlify/) 59 | - [Learn Gatsby.js](https://kalinchernev.github.io/learn-gatsbyjs/) 60 | - [Practical Gatsby.js](https://blog.scottnonnenberg.com/practical-gatsby-js/) 61 | - [Gatsby + Apollo + GraphCool + Netlify: The Web’s Promised Land](https://medium.com/@dwalsh.sdlr/gatsby-apollo-graphcool-netlify-the-webs-promised-land-6dd510efbd72) 62 | - [Creating A Blog With GatsbyJS - Part One](http://blog.alexmlewis.com/creating-a-blog-with-gatsbyjs-part-one/) 63 | - [Creating A Blog With GatsbyJS - Part Two](http://blog.alexmlewis.com/creating-a-blog-with-gatsbyjs-part-two/) 64 | - [Gatsby on AWS Lambda](https://gist.github.com/digitalkaoz/94933c246ba67032a1507083e2605a30) 65 | - [Getting Started With Gatsbyjs - Live Coding](https://www.youtube.com/watch?v=nufLF1kcn_4&feature=youtu.be) 66 | - [Improving Gatsby Blog Deploy UX](https://benmccormick.org/2017/11/07/blog-deploy-ux/) 67 | - [Add a chat widget to your Gatsby blog](https://pusher.com/tutorials/chat-gatsby/) 68 | - [Start a new website with Gatsby, Prismic CMS & Netlify](https://medium.com/source-group/start-a-new-website-with-gatsby-prismic-cms-netlify-a875455c992) 69 | - [Blogging with Gatsby & MDX](https://reacttraining.com/blog/gatsby-mdx-blog/) 70 | - [Blogging with Jamify (Gatsby + Ghost CMS)](https://www.jamify.org/) 71 | - [Image Processing in Gatsby](https://www.useanvil.com/blog/engineering/gatsby-image-processing/) 72 | - [Learn how to install Gatsby with Tailwind CSS and Flowbite](https://flowbite.com/docs/getting-started/gatsby/) 73 | 74 | ### Inspiration 75 | 76 | - [Official Gatsby Showcase](https://github.com/gatsbyjs/gatsby#showcase) 77 | - [Taking Gatsby for a spin](https://dev.to/ardennl/taking-gatsby-for-a-spin-4je) 78 | - [Why I created my blog with Gatsby and Contentful](https://www.gatsbyjs.org/blog/2017-11-09-why-i-created-my-blog-with-gatsby-and-contentful/) 79 | - [On moving to Gatsby.js from Pelican](https://krzysztofzuraw.com/blog/2017/moving-blog-to-gatsby.html) 80 | - [Blogging with Gatsby](http://blog.jbrisbin.com/blogging-with-gatsby/) 81 | - [Gatsby & GraphCMS, Sittin in a Recursive Tree](https://graphcms.com/blog/gatsby-graphcms-plugin/) 82 | - [JamStack Podcasr - Static Site Generation With Gatsby.js](https://www.heavybit.com/library/podcasts/jamstack-radio/ep-22-static-site-generation-with-gatsbyjs/) 83 | 84 | #### Themes 85 | 86 | - [JamTemplates: free templates for Gatsby](https://jamtemplates.com) 87 | - [Gatsby Manor: themes for GatsbyJS](https://gatsbymanor.com) 88 | - [Gatsby Templates: some more themes for GatsbyJS](https://gatsbytemplates.io) 89 | - [Statichunt](https://statichunt.com/gatsby-themes) 90 | - [Apollo](https://github.com/apollographql/gatsby-theme-apollo) 91 | - [Byfolio](https://github.com/christiandavid/gatsby-theme-byfolio) 92 | - [Carbon](https://github.com/carbon-design-system/gatsby-theme-carbon) 93 | - [Novela](https://github.com/narative/gatsby-theme-novela) 94 | - [Serif](https://github.com/JugglerX/gatsby-serif-theme) 95 | - [Themes by LekoArts](https://github.com/LekoArts/gatsby-themes) 96 | - [Jason's Blog](https://github.com/jlengstorf/gatsby-theme-jason-blog) 97 | - [Legal Prismic](https://github.com/littleplusbig/gatsby-theme-legals-prismic) 98 | - [Documentation](https://github.com/johno/gatsby-theme-documentation) 99 | - [AntV](https://github.com/antvis/gatsby-theme-antv) 100 | - [arshad's themes: Flex, Phoenix](https://github.com/arshad/gatsby-themes) 101 | - [Tabor](https://github.com/zgordon/tabor-gatsby-theme) 102 | - [WordPress Balsa Theme](https://github.com/draftbox-co/gatsby-wordpress-balsa-theme) 103 | - [WordPress Libre Theme](https://github.com/draftbox-co/gatsby-wordpress-theme-libre) 104 | - [Ghost Attila Theme](https://github.com/draftbox-co/gatsby-attila-theme-ghost) 105 | - [Ghost Balsa Theme](https://github.com/draftbox-co/gatsby-ghost-balsa-theme) 106 | - [Jamify Theme: Flaring fast blogs with Gatsby and Ghost](https://github.com/styxlab/gatsby-theme-try-ghost) 107 | - [vHealth: Gatsby template for a healthcare startup.](https://github.com/shantanu-deshmukh/vhealth-gatsby) 108 | - [FlexiBlog: Premium GatsbyJS multi-purpose blog theme](https://themeforest.net/item/flexiblog-react-gatsby-blog-template/27538998) 109 | - [FlexiBlocks: Premium GatsbyJS landing pages](https://themeforest.net/item/flexiblocks-react-gatsby-landing-page-site-template/30807682) 110 | 111 | #### Sites built with Gatsby (source code included) 112 | 113 | - [jamtemplates.com](https://jamtemplates.com) 114 | - [gregberge.com](https://gregberge.com) ([source](https://github.com/gregberge/gregberge.com)) 115 | - [elgentos.nl](https://elgentos.nl) ([source](https://github.com/elgentos/gatsby-site)) 116 | - [uitgeverijpluim.nl](https://uitgeverijpluim.nl) 117 | - [p16r.nl](https://p16r.nl) 118 | - [bricolage.io](https://bricolage.io/?utm_source=github.com) ([source](https://github.com/KyleAMathews/blog)) 119 | - [syncano.io](https://www.syncano.io) ([source](https://github.com/Syncano/syncano.com)) 120 | - [graphene-python.org](http://graphene-python.org/) ([source](https://github.com/graphql-python/graphene/tree/master/docs)) 121 | - [likescoffee.com](https://likescoffee.com/) ([source](https://github.com/pamo/pamo.github.io/tree/development)) 122 | - [vii.campjs.com](http://vii.campjs.com/) ([source](https://github.com/campjs/campjs-vii)) 123 | - [michaeljdeeb.com](http://michaeljdeeb.com) ([source](https://github.com/michaeljdeeb/michaeljdeeb-gatsby-blog)) 124 | - [brittcrawford.com](http://brittcrawford.com) ([source](https://github.com/britt/britt.github.com/tree/gatsby)) 125 | - [iamdustan.com](http://iamdustan.com/) ([source](https://github.com/iamdustan/iamdustan.github.io)) 126 | - [React Hardware](http://iamdustan.com/react-hardware/) ([source](https://github.com/iamdustan/react-hardware/tree/master/docs)) 127 | - [peterp.me](https://www.peterp.me) ([source](https://github.com/peterpme/peterpme.github.io)) 128 | - [k-create.com](https://k-create.com) ([source](https://github.com/kristofferh/kristoffer)) 129 | - [kylegach.com](https://kylegach.com) ([source](https://github.com/kylegach/kylegach_com)) 130 | - [jazlal.li](http://jazlal.li) ([source](https://github.com/jazlalli/jazlal.li)) 131 | - [React Headroom](https://kyleamathews.github.io/react-headroom/) ([source](https://github.com/KyleAMathews/react-headroom/tree/master/website)) 132 | - [Völlig Ohne](http://volligohne.com/) ([source](https://github.com/voellig-ohne/voellig-ohne-website)) 133 | - [openFDA](https://open.fda.gov/) ([source](https://github.com/FDA/open.fda.gov)) 134 | - [emilyaviva.com](http://emilyaviva.com) ([source](https://github.com/emilyaviva/emilyaviva.com)) 135 | - [React Gravatar](http://kyleamathews.github.io/react-gravatar/) ([source](https://github.com/KyleAMathews/react-gravatar/tree/master/www)) 136 | - [johnmorris.io](http://johnmorris.io) ([source](https://github.com/johnpmorris/johnpmorris.github.io/tree/react-rebuild)) 137 | - [HalfAtheist](https://halfatheist.com/) ([source](https://github.com/halfatheist/halfatheist.github.io)) 138 | - [ZBT MIT Website](http://zbt.mit.edu) ([source](https://github.com/Slava/zbt-website)) 139 | - [ethereumclassic.org](http://ethereumclassic.org/) ([source](https://github.com/ethereumclassic/ethereumclassic.github.io/tree/source)) 140 | - [numenta.com](http://numenta.com) ([source](https://github.com/numenta/numenta-web/tree/master/numenta.com)) 141 | - [Yuppies](https://yuppi.es) ([source](https://github.com/f0rr0/f0rr0.github.io)) 142 | - [oliverbenns.com](http://oliverbenns.com?utm_source=github.com) ([source](https://github.com/oliverbenns/oliverbenns.com)) 143 | - [Kapadiya.net](https://www.kapadiya.net/?utm_source=github.com) ([source](https://github.com/vikas5914/vikas5914.github.io)) 144 | - [anvilabs.co](https://anvilabs.co/?utm_source=github.com) ([source](https://github.com/anvilabs/anvilabs.co)) 145 | - [Cardiogram](https://cardiogr.am) 146 | - [Geographer](https://geographer.su) ([source](https://github.com/MenaraSolutions/geographer-docs)) 147 | - [fuchs+wald](https://fuchsundwald.de) ([source](https://github.com/voellig-ohne/cf-website)) 148 | - [damianmullins.com](http://www.damianmullins.com) ([source](https://github.com/DamianMullins/damianmullins.github.io)) 149 | - [Spencer Dixon's Blog](https://www.spencerdixon.com/) ([source](https://github.com/SpencerCDixon/blog)) 150 | - [LandlordAccountz.com](http://www.landlordaccountz.com) 151 | - [Timo Becker](https://timobecker.com) ([source](https://github.com/voellig-ohne/timobecker)) 152 | - [Sacha Greif](http://sachagreif.com/) ([source](https://github.com/SachaG/sg2017)) 153 | - [Crypto Christmas](https://crypto.christmas/) ([source](https://github.com/rileyjshaw/crypto.christmas)) 154 | - [Reactiflux](https://www.reactiflux.com/) ([source](https://github.com/reactiflux/reactiflux.com)) 155 | - [2016 JavaScript Rising Stars](https://risingstars2016.js.org/) ([source](https://github.com/michaelrambeau/risingstars2016)) 156 | - [Daniel Reszka blog, code & gallery](http://blog.pixarea.com) ([source](https://github.com/danielres/blog)) 157 | - [meadowlab.io](https://meadowlab.io/) 158 | - [xpchbill.github.io](https://xpchbill.github.io/) ([source](https://github.com/xpchbill/xpchbill.github.io)) 159 | - [jaredhanstra.com](http://www.jaredhanstra.com/) ([source](https://github.com/jhanstra/jh-gatsby)) 160 | - [BBQ Agency](https://bbq.agency/) ([source](https://github.com/bbq-agency/bbq-agency.github.io)) 161 | - [Coriolan UI - sass mixins pack](https://coriolan-ui.github.io/) ([source](https://github.com/coriolan-ui/coriolan-ui.github.io)) 162 | - [5 minutes of React podcast - in Russian](http://5minreact.ru/) ([source](https://github.com/5minreact/5minreact)) 163 | - [5 minutes of React podcast - in English](https://5minreact.audio/) ([source](https://github.com/5minreact/5minreact_audio)) 164 | - [Megan Keesee](https://megankeesee.com) ([source](https://github.com/MeganKeesee/personal-site)) 165 | - [storybooks.js.org](https://storybooks.js.org) ([source](https://github.com/storybooks/storybooks.github.io/)) 166 | - [effulgence.io](http://effulgence.io) ([source](https://github.com/prayasht/prayasht.github.io/tree/develop/v3)) 167 | - [krzysztofzuraw.com](https://krzysztofzuraw.com) ([source](https://github.com/krzysztofzuraw/blog)) 168 | - [Fabian Schultz](https://fabianschultz.com) ([source](https://github.com/fabe/site)) 169 | - [Bottenderjs](https://bottender.js.org/) ([source](https://github.com/bottenderjs/bottenderjs.github.io)) 170 | - [Ontheplane2018](https://ontheplane.futbol/) 171 | - [Vojtech Ruzicka's Programming Blog](https://www.vojtechruzicka.com/) ([source](https://github.com/vojtechruz/vojtechruzicka-blog)) 172 | - [pricetrack](https://tracker.duyet.net) ([source](https://github.com/duyetdev/pricetrack)) 173 | - [Resturant Journeys](https://www.restaurantjourneys.com) ([source](https://github.com/realfresh/restaurantjourneys)) 174 | - [abhith.net](https://www.abhith.net) ([source](https://github.com/Abhith/abhith.net)) 175 | - [reacthooks.dev](https://reacthooks.dev) ([source](https://github.com/lexioplatform/react-hooks-blog)) 176 | - [Divyanshu Maithani](https://divyanshu013.dev) ([source](https://github.com/divyanshu013/blog)) 177 | - [Nyxo](https://nyxo.app) ([source](https://github.com/hello-nyxo/nyxo-website)) 178 | - [Walter Teng](https://walterteng.com/) ([source](https://github.com/davzoku/personal-website-v1)) 179 | 180 | ### No-Code Platform 181 | 182 | - [Draftbox](https://draftbox.co) 183 | - [Plasmic](https://www.plasmic.app/) 184 | 185 | ## License 186 | 187 | [![CC0](img/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 188 | 189 | To the extent possible under law, [Prayash Thapa](http://prayash.io) has waived all copyright and related or neighboring rights to this work. 190 | --------------------------------------------------------------------------------