Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 505 Bytes

File metadata and controls

executable file
·
13 lines (10 loc) · 505 Bytes

#Web SVQJUG This is SVQJUG's static website.

It's served by GitHub pages using Jekyll and Jekyll Materialize.

Installation instructions on local environment

  1. Install Ruby:. sudo apt-get install ruby-full
  2. Check whether you have Ruby 2.1.0 or higher installed: ruby --version
  3. Install dependency manager: sudo gem install bundler
  4. Install dependencies: bundle install
  5. Launch: jekyll serve