RITlug's current website.
Edit _config.yml
and update the settings "ritlug-time", "ritlug-place", and
"ritlug-day". These are used (and should be used) everywhere on the website
the meeting time and place are referenced so that they can be updated in
one place.
The default header in Material Design Lite is too large on desktop so we've shrunk it. If you want to change the header height, do the following:
- Open
css/styles.css
- Search for
.mdl-demo .mdl-layout__header-row {
. - Find and change the height. Default is 64px. We're currently using 25px.
First, install Ruby:
sudo (apt-get install|pacman -S|...) ruby
Then, install bundler using gem.
sudo gem install bundler
Lastly, install dependencies with bundler.
bundle install
This command serves the site at http://localhost:4000.
bundle exec jekyll serve
This command runs RSpec to test the site.
bundle exec rspec
See the runbook for more details.