Skip to content
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

deep dive (PR from TinaCMS) #1611

Merged
merged 14 commits into from
Jul 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions content/blog/Introducing-the-Deep-Dive-Video-Series.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Introducing the Deep Dive Video Series
date: '2023-07-12T07:00:00.000Z'
last_edited: '2023-07-12T07:00:00.000Z'
author: Jeff See
---

Today I'm excited to announce the Deep Dive tutorial series, an A to Z introduction of all things Tina. In this series, I'll take you through every step of integrating content into your NextJS website, providing clear explanations and practical demonstrations along the way.

![LLamaLink Website Screenshot](http://res.cloudinary.com/forestry-demo/image/upload/v1689181932/llama-link_gzdv9e.png "Introducing the Llama Link Deep Dive series")

### The 5-part series includes:

***

#### Part 1 - Introducing Tina and getting started with schema design and data-fetching

<Youtube embedSrc="https://www.youtube.com/embed/PcgnJDILv4w" />

#### Part 2 - Customizing the CMS to fit your needs

<Youtube embedSrc="https://www.youtube.com/embed/amSRwAbgMR0" />

#### Part 3- Working with references and making them editable visually

<Youtube embedSrc="https://www.youtube.com/embed/x0ACBQeNcts" />

#### Part 4 - Customizing the GraphQL client queries and and working with global documents. (Coming Soon)

#### Part 5 - Going to production. Shipping Tina to a Vercel-hosted website and connecting to Tina Cloud (Coming Soon)

The deep dive series is designed to benefit both experienced NextJS developers and beginners. Our goal is to equip you with the skills and knowledge to create dynamic, interactive, and visually appealing websites with ease.

Subscribe to our YouTube channel to stay updated on the latest episodes of the deep dive series and join us on this exciting journey of enabling Visual Editing on your NextJS site.

Happy editing! ✨
Loading