-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add community roundup #1 blog post #2192
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: "Community Roundup #1" | ||
date: 2017-09-21 | ||
author: "Kyle Mathews" | ||
image: "on-the-trail.jpg" | ||
showImageInArticle: true | ||
typora-copy-images-to: ./ | ||
--- | ||
|
||
It's been a wild 77 days since Gatsby 1.0.0 was released into the world on July 6th, 2017. | ||
|
||
By the numbers we've seen: | ||
|
||
* 3150 new Github stars | ||
* ~380,000 new NPM downloads | ||
* 110 new contributors (hey y'all!) | ||
* ~400 merged PRs | ||
* dozens of new plugins | ||
|
||
## New Gatsby sites launched recently | ||
|
||
* Sourcegraph, a startup that helps developers discover and understand code, [relaunched their site on Gatsby](https://about.sourcegraph.com/) | ||
* The customer data platform startup mParticle [launched their docs site on Gatsby](https://docs.mparticle.com/) | ||
* The hip new Ocaml-based programming language ReasonML [built their new website on Gatsby](https://reasonml.github.io/) | ||
* Freelancer web developer [Oliver Benns'](https://twitter.com/oliverbenns/) [portfolio site](https://oliverbenns.com/) | ||
* [Daniel Stefanovic](https://twitter.com/danistefanovic) launched his online book http://digitalpsychology.io/ | ||
|
||
## New tutorials! | ||
|
||
* The official tutorial has been growing slowly. The first four parts are finished covering the basics of starting new projects, exploring styling options, how to use Gatsby plugins, and the basics of Gatsby's GraphQL data layer. [Check them out!](/tutorial/) | ||
* Level Up Tutorials is working on a new Gatsby video tutorial series! It's fantastic! [Check out the first 7 tutorials on YouTube!](https://www.youtube.com/watch?v=b2H7fWhQcdE&list=PLLnpHn493BHHfoINKLELxDch3uJlSapxg). Scott Tolinski also recorded two other videos on Gatsby, his ["first look" at Gatsby](https://www.youtube.com/watch?v=CSemYFzHAtU) shortly after its 1.0 release as well as a [recording of him moving his personal site to Gatsby](https://www.youtube.com/watch?v=xqaThBnesfY). | ||
* [Giraffe Academy launched a new Gatsby tutorial series](https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpMXuwazIt4mWtTuqOHdjRlk)! 13 tutorials so far covering everything from setting up Gatsby on your computer to building with React components to working with different types of data. | ||
|
||
## Notable plugins launched | ||
|
||
* The WordPress plugin recently got a big revamp and hit 2.0.0! Checkout the [new example site](https://using-wordpress.gatsbyjs.org/) and the [README](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress) | ||
* Several new CSS plugins have been added, [Less](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less), [Emotion](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion), [Styled JSX](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx), (JSS)[https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss], and [Stylus](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus)! | ||
* [Tumblbug](https://www.tumblbug.com/), a startup in South Korea, built a [source plugin for Workable](https://github.com/tumblbug/gatsby-source-workable) so they could easily load job listings into their website. | ||
* [Ryan Florence](https://twitter.com/ryanflorence) built a [source plugin for Firebase](https://github.com/ReactTraining/gatsby-source-firebase) so he could easily query data stored their while rebuilding his company website! | ||
* [gatsby-remark-katex](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-katex) lets you write math equations in your markdown and [see them beautifully rendered](https://using-remark.gatsbyjs.org/katex/). | ||
* [gatsby-plugin-purify-css](https://github.com/rongierlach/gatsby-plugin-purify-css) adds drop-in support for removing unused CSS during Gatsby builds! It uses [PurifyCSS](https://github.com/purifycss/purifycss) and can lead to huge reductions in CSS weight. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KyleAMathews their -> there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!