- MacOS
- Installer
brew
package manager. brew install ruby
gem install --user-install bundler jekyll
cd
to the repo root.bundle install
bundle exec jekyll server
- Server will be running at
localhost:4000
- Installer
- Create a new .md file in _members and fill in the details, use the existing ones as a template.
- Make sure the photo is square shaped, crop it if it is not, then add the photo to /assets/images/members/
- Change the weight variable to reorder members, lower weights are displayed first.
- Create a new .md file in _sponsors and fill in the details, use the existing ones as a template.
- Crop the logo to roughly the same size as all the other ones before adding it to /assets/images/sponsors or you will break the layout.
- Change the weight variable to reorder sponsors, lower weights are displayed first.
- Go to index.md and update the event variables: event-name, event-time, event-desc, event-link etc.
- Make sure you do this after every event
- Cover picture and tiles: use the 'large' download settings from flickr
- Team photos: use a minimum of 200x200 or any squarish shape, it will get resized to 200x200 with CSS
- MAKE SURE ALL IMAGE EXTENSIONS I.E. JPG ARE lowercase (jpg not JPG)
Go to _posts and update "2017-10-04-faq.md"
- Go to _layouts/home.html and replace the iframe code with the new video embed link (grab it from youtube):
<iframe width="100%" height="250" src="https://youtu.be/KyDHbgAVYvA" frameborder="0" allowfullscreen></iframe>