Skip to content

opentechschool-zurich/opentechschool-zurich-2018.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opentechschool-zurich.github.io

Website for the opentechschool chapter in zurich

Local install on Linux

go to the directory with the github.io files and follow the instructions from Github (plus, in my case, the option to install the files locally)

  • apt install ruby bundler
  • create Gemfile with the content:
    source 'https://rubygems.org'
    gem 'github-pages', group: :jekyll_plugins
    
  • bundle install --path vendor/bundle
  • bundle exec jekyll serve
  • for the next executions you can simply do ./vendor/bundle/ruby/2.5.0/bin/jekyll serve (of course you can create a link to jekyll in the current directory...; this did not work for me...)

Notes

  • Jekyll setup inspired by jekyll-now
  • The .scss file must start with two lines with three dashes each.

goals

About

website for the opentechschool chapter in zurich

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published