2018 TJ SGA Website
Go to file
2018-05-08 21:29:57 -04:00
sgawebsite fix urls.py 2018-05-08 21:29:57 -04:00
_config.yml Merge branch 'master' of https://github.com/willzhang05/sgawebsite 2018-04-18 15:17:53 -04:00
.env init move 2018-05-02 15:40:31 -04:00
.gitignore working download 2018-05-08 16:58:52 -04:00
.gitmodules add photos 2017-11-15 17:16:44 -05:00
LICENSE Initial commit 2017-06-23 09:37:59 -04:00
manage.py make index work 2018-05-08 16:34:00 -04:00
README.md update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -04:00
requirements.txt add requirements and download json 2018-05-08 16:54:26 -04:00
run.sh move templates and create example settings 2018-05-02 15:53:48 -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.