2018 TJ SGA Website
Go to file
2018-04-18 15:17:07 -04:00
_data add form json 2018-01-31 15:36:55 -05:00
_includes compression added 2018-02-17 19:18:57 -05:00
_layouts compression added 2018-02-17 19:18:57 -05:00
_plugins add photos 2017-11-15 17:16:44 -05:00
_posts make jekyll 2017-09-04 14:51:56 -04:00
css update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -04:00
icons update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -04:00
img Merge branch 'master' of github.com:willzhang05/sgawebsite 2018-02-21 15:30:44 -05:00
js cleanup 2018-02-17 19:02:30 -05:00
_config.yml update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -04:00
.gitignore update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -04:00
.gitmodules add photos 2017-11-15 17:16:44 -05:00
404.html make jekyll 2017-09-04 14:51:56 -04:00
about.html compression added 2018-02-17 19:18:57 -05:00
forms.html compression added 2018-02-17 19:18:57 -05:00
Gemfile make jekyll 2017-09-04 14:51:56 -04:00
index.html make icons better 2018-02-21 15:30:30 -05:00
LICENSE Initial commit 2017-06-23 09:37:59 -04:00
README.md update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -04:00
resources.html compression added 2018-02-17 19:18:57 -05:00
robots.txt updatee robots 2017-11-29 15:21:16 -05:00
run.sh update bring back old flickr image and update jpgs to be 48x48 2018-04-18 15:17:07 -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.