https://github.com/storyblok/gatsbyjs-multilanguage-website
Multilanguage website built with GatsbyJS and Storyblok
https://github.com/storyblok/gatsbyjs-multilanguage-website
demo devrel dx gatsby storyblok tutorial
Last synced: 6 days ago
JSON representation
Multilanguage website built with GatsbyJS and Storyblok
- Host: GitHub
- URL: https://github.com/storyblok/gatsbyjs-multilanguage-website
- Owner: storyblok
- License: 0bsd
- Created: 2020-04-09T09:28:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T00:38:06.000Z (over 2 years ago)
- Last Synced: 2025-07-21T21:00:08.211Z (3 months ago)
- Topics: demo, devrel, dx, gatsby, storyblok, tutorial
- Language: JavaScript
- Homepage: https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial
- Size: 3.94 MB
- Stars: 15
- Watchers: 12
- Forks: 14
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Gatsby Website using Storyblok
This is the demo project for the [step by step guide for Gatsby and Storyblok](**https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial**).
Demo:
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:8000
$ npm run develop # or yarn dev
```## Setup
1. [Register](https://app.storyblok.com/#!/signup) at Storyblok for free.
2. Duplicate Example Space by clicking this link:
3. Follow our [Gatsby Storyblok Guide](https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial)For detailed explanation on how things work, checkout the [Gatsby docs](https://www.gatsbyjs.com/) and for the whole Setup you can have a look at [our step by step guide for Gatsby and Storyblok](**https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial**)
## Add Content
The following content structure is needed for this boilerplate.
**Content**
* Home (page)
* en (folder)
* settings (settings)
* blog (folder)
* first post (blogpost)
* de (folder)
* home (page)
* settings (settings)
* blog (folder)
* erster eintrag (blogpost)
* authors (folder)
* jane doe (author)