Gatsby Tutorials is a website that aims to list every GatsbyJS learning resource currently available online. π
You can find tutorials that interest you in several ways:
- Browse the list (recent tutorials are listed first) π
- Search for specific words or phrases π΅οΈββοΈ
- Filter by format (π§, βοΈ or πΊ)
- Filter by topic π€·ββοΈ
- Filter by author π©βπ«
- Filter by source ποΈ
Notice a tutorial is missing from the list? Please add it! π
The easiest approach is to use the make your changes here on GitHub:
- Open the
src/data/tutorials.yml
file on GitHub π - Use the file editor to add a new tutorial (or edit existing ones) βοΈ
- Preview your changes π
- Commit your changes π
- Create a pull request π€
Please follow this format and indentation:
- title: 'GatsbyJS: How to Create the Fastest Sites in the World'
link: https://www.youtube.com/watch?v=Gtd-Ht-D0sg
formats:
- video
- text
language: en
date: 2017-10-01
authors:
- Kyle Mathews
source: ReactNext 2017
topics:
- introduction
- performance
title
- Title of tutorial (string
; required)link
- Working URL where tutorial can be found (string
; required)formats
- Media format of tutorial (array
ofstrings
with valuesvideo
,audio
ortext
; required)language
- Spoken/written language of the tutorial (string
with a two-letter ISO 639-1 language code; required)date
- Date tutorial was published (string
inYYYY-MM-DD
format; optional)authors
- Name of author(s) or speaker(s) (array
ofstrings
; optional)source
- Name of YouTube channel, podcast, conference, blog, etc. if different from author's name (string
; optional)topics
- Main topic(s) covered by the tutorial (array
ofstrings
; required)
Rather than adding every tutorial in the series separately, please add the entire series as one entry that links to the series homepage (or the first tutorial in the series).
- Filter tutorials by language
- Filter by multiple topics at once
-
Cancel active filter by clicking it again
-
Limit initial length of tutorials list -
Generate filter lists at build time
-
Allow non-sequential search terms - Highlight search terms in search results
Happy learning! π€