/web

"Static" web for the SVQJUG

Primary LanguageCSS

#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