Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
schabibi1 committed Apr 4, 2023
1 parent c161a5d commit d1626df
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
# Storyblok Gatsby Ultimate Tutorial Series Part II (WIP)
# The Storyblok Gatsby Ultimate Tutorial

## Links to clone spaces
Create a new space from [this link](http://app.storyblok.com/#!/me/spaces/new).
In this tutorial series, you will learn how to build a headless website using Storyblok and Gatsby. Starting with the fundamental integration of Storyblok in Gatsby, more advanced functionalities are explained in bite-sized content pieces, such as dynamic page rendering, dynamic menus, custom components, multilingual content and more.

## Explanation of all branches
You can switch between the different branches of this repository; there is one branch for each tutorial part. Alternatively, you may want to check out the live demos on StackBlitz. You can even replicate the corresponding Storyblok space for each of the tutorial parts in order to explore its exact configuration.

## Links to this tutorial part
- [Render Storyblok Stories Dynamically in Gatsby.js](https://www.storyblok.com/tp/render-storyblok-stories-dynamically-in-gatsby)
## Tutorial Parts

## Links to live demos
### Part 1
- Tutorial: [Add a headless CMS to Gatsby in 5 minutes](https://www.storyblok.com/tp/add-a-headless-cms-to-gatsby-5-minutes)
- Branch: [part-1](https://github.com/storyblok/gatsby-ultimate-tutorial/tree/part-1)
- Storyblok space: [Create your own copy](https://app.storyblok.com/#!/build/166651)

### Part 2
- Tutorial: [Render Storyblok Stories Dynamically in Gatsby](https://www.storyblok.com/tp/render-storyblok-stories-dynamically-in-gatsby)
- Branch: [part-2](https://github.com/storyblok/gatsby-ultimate-tutorial/tree/part-2)
- Storyblok space: [Create your own copy](https://app.storyblok.com/#!/build/166652)

### Part 3
- Tutorial: [Create Dynamic Menus in Storyblok and Gatsby](https://www.storyblok.com/tp/create-dynamic-menus-in-storyblok-and-gatsby)
- Branch: [part-3](https://github.com/storyblok/gatsby-ultimate-tutorial/tree/part-3)
- Storyblok space: [Create your own copy](https://app.storyblok.com/#!/build/168925)

### Part 4
- Tutorial: [Create Custom Components in Storyblok and Gatsby](https://www.storyblok.com/tp/create-custom-components-in-storyblok-and-gatsby)
- Branch: [part-4](https://github.com/storyblok/gatsby-ultimate-tutorial/tree/part-4)
- Storyblok space: [Create your own copy](https://app.storyblok.com/#!/build/166654)

### Part 5
- Tutorial: [Create and Render Blog Articles in Storyblok and Gatsby](https://www.storyblok.com/tp/create-and-render-blog-articles-in-storyblok-and-gatsby)
- Branch: [part-5](https://github.com/storyblok/gatsby-ultimate-tutorial/tree/part-5)
- Storyblok space: [Create your own copy](https://app.storyblok.com/#!/build/169999)

### Part 6 - Coming soon
- Tutorial: Manage Multilingual Content in Storyblok and Gatsby
- Branch: part-6
- Storyblok space: Create your own copy

0 comments on commit d1626df

Please sign in to comment.