Made with Jekyll content managed with Storyblok and deployed with Netlify.
# 1. Clone this repo
git clone [email protected]:rugl-at/www.git
# 2. Install gems
bundle install
# 3. Run the Jekyll Build for a Static Site
jekyll build
# 4. Run the Rack Preview Setup for instant Preview in Storyblok
bundle exec rackup config.ru -p 4000
This Setup is based on the Storyblok Tutorial with the title: "How to add a headless CMS to Jekyll".
- Register a free Storyblok account
- Visit: https://app.storyblok.com/#!/build/42586
- Change the "Location" in the Storyblok Settings to "http://localhost:4000/".
- Exchange the Preview Token in the
_plugins/storyblok_page.rb
with your own Storyblok Preview token. - Run the commands in "How to use"
We will use Netlify to deploy this page.
# 1. Build
jekyll build
# 2. Use Netlify for deployment of the "_site" folder.
netlify deploy