/scr2020.github.io

Repository for SoCal Robotics Symposium 2020 website

Primary LanguageHTML

SoCal Robotics 2022 Website Source Code

Instructions

With ruby and bundle installed, run:

bundle install

to install the dependencies of the website from the Gemfile.lock file.

To see a live version during development, run:

bundle exec jekyll serve --livereload

Site-wide settings

Colors and links are controlled in _config.yml

Layout

The _includes folder contains a number of sections that are included in the layout files in _layouts. Three layouts are available now: early (no speakers, paper submission instructions), before (lists of speakers and submissions), and after (includes pictures from the event).

The layout file is specified in index.html.

Adding content

Invited speakers, accepted contributions, organizers, advisors, and schedule items (sessions) are controlled by placing markdown files in the corresponding folder (_advisors, _invited_speakers, _organizers, _papers and _sessions). Refer to the examples for the format of these files.

For configuring the remaining content (sponsors, text changes, etc), manually edit the files in _includes.