Skip to content

storyblok/gatsbyjs-multilanguage-website

Repository files navigation

A Gatsby Website using Storyblok

This is the demo project for the step by step guide for Gatsby and Storyblok.

Demo: https://gatsby-multilanguage-website.vercel.app/

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:8000
$ npm run develop # or yarn dev

Setup

  1. Register at Storyblok for free.
  2. Duplicate Example Space by clicking this link: https://app.storyblok.com/#!/build/95016
  3. Follow our Gatsby Storyblok Guide

For detailed explanation on how things work, checkout the Gatsby docs and for the whole Setup you can have a look at our step by step guide for Gatsby and Storyblok

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)