website-2018/_site
2018-05-02 16:02:17 -04:00
..
sgawebsite fix gitignore 2018-05-02 16:02:17 -04:00
about.html fix gitignore 2018-05-02 16:02:17 -04:00
feed.xml fix gitignore 2018-05-02 16:02:17 -04:00
forms.html fix gitignore 2018-05-02 16:02:17 -04:00
index.html fix gitignore 2018-05-02 16:02:17 -04:00
LICENSE fix gitignore 2018-05-02 16:02:17 -04:00
README.md fix gitignore 2018-05-02 16:02:17 -04:00
resources.html fix gitignore 2018-05-02 16:02:17 -04:00
robots.txt fix gitignore 2018-05-02 16:02:17 -04:00
run.sh fix gitignore 2018-05-02 16:02:17 -04:00

SGA Website

Installing

  • bundle install --path gems/

Running

  • bundle exec jekyll serve --port $PORT where $PORT is desired port.

Editing Data

Officer Information

  • Officer information is contained within .json files in the _data/about subdirectory. Changes made in these files will be reflected on the generated website.
  • Each type of officer has a separate .json file, ExComm has excomm.json, for example.
  • Sponsors have a -1 year to filter out the graduation year field in the generated website.
  • Officer bios are optional.

Forms

  • This feature is currently being worked on.