Skip to content

rugl-at/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f26445 · Feb 7, 2018

History

2 Commits
Feb 7, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018
Feb 6, 2018

Repository files navigation

[WIP] Website for: Ruby User Group Linz

Rugl website teaser

Made with Jekyll content managed with Storyblok and deployed with Netlify.

How to use

# 1. Clone this repo
git clone git@github.com: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

You want to know whats going on here?

This Setup is based on the Storyblok Tutorial with the title: "How to add a headless CMS to Jekyll".

What is the easiest way to make this your own?

  1. Register a free Storyblok account
  2. Visit: https://app.storyblok.com/#!/build/42586
  3. Change the "Location" in the Storyblok Settings to "http://localhost:4000/".
  4. Exchange the Preview Token in the _plugins/storyblok_page.rb with your own Storyblok Preview token.
  5. Run the commands in "How to use"

How to Deploy

We will use Netlify to deploy this page.

# 1. Build
jekyll build

# 2. Use Netlify for deployment of the "_site" folder.
netlify deploy

Current Version