forked from storyblok/gatsby-ultimate-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request storyblok#12 from schabibi1/main
update README
- Loading branch information
Showing
1 changed file
with
33 additions
and
7 deletions.
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 |
---|---|---|
@@ -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 |