Skip to content

pyjamasconf/pyjamas.live

Repository files navigation

Pyjamas 2020

Base template

We're using the Zeppeling template. Source: https://github.com/gdg-x/zeppelin

Local development

Check if you have all requirements for local environment. To install all development dependencies install Bundler.

gem install bundler

and run next command from root folder:

bundle install --path vendor/bundle

To start Jekyll run:

bundle exec jekyll serve -w

Site will be available at http://127.0.0.1:4000/ or http://localhost:4000/ (on Windows)

NOTE: in this mode all changes to html and data files will be automatically regenerated, but after changing _config.yml you have to restart server.

Documentation

Quick-start guide is not enough? Checkout full documentation.

Pyjamas Color Palette

This is our Color Palette: https://material.io/resources/color/#!/?view.left=0&view.right=1&primary.color=B2DDF7&secondary.color=fcedb1

Used libraries

Contributors

License

Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)