From 02a2e223c1b3e9466f644f49e4a3681f96d76956 Mon Sep 17 00:00:00 2001 From: Lennart Date: Tue, 11 Dec 2018 16:09:08 +0100 Subject: [PATCH] showcase: Add TMDb Gatsby site (#10411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I built [https://tmdb.lekoarts.de/](https://tmdb.lekoarts.de/) for [https://github.com/LekoArts/gatsby-source-tmdb](https://github.com/LekoArts/gatsby-source-tmdb) 👍 --- docs/sites.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/sites.yml b/docs/sites.yml index f4a4274ced001..047c3295d31fd 100644 --- a/docs/sites.yml +++ b/docs/sites.yml @@ -1274,10 +1274,10 @@ - title: LekoArts main_url: "https://www.lekoarts.de" url: "https://www.lekoarts.de" - source_url: "https://github.com/LeKoArts/portfolio" + source_url: "https://github.com/LekoArts/portfolio" featured: false built_by: LekoArts - built_by_url: "https://github.com/LeKoArts" + built_by_url: "https://github.com/LekoArts" description: >- Hi, I'm Lennart — a self-taught and passionate graphic/web designer & frontend developer based in Darmstadt, Germany. I love it to realize complex @@ -3733,3 +3733,16 @@ built_by: Satispay built_by_url: https://www.satispay.com featured: false +- title: The Movie Database - Gatsby + url: https://tmdb.lekoarts.de + main_url: https://tmdb.lekoarts.de + source_url: https://github.com/LekoArts/gatsby-source-tmdb-example + categories: + - Open Source + - Entertainment + - Gallery + featured: false + built_by: LekoArts + built_by_url: "https://github.com/LekoArts" + description: > + Source from The Movie Database (TMDb) API (v3) in Gatsby. This example is built with react-spring, React hooks and react-tabs and showcases the gatsby-source-tmdb plugin. It also has some client-only paths and uses gatsby-image.