2018 TJ SGA Website
Go to file
2018-01-31 15:59:26 -05:00
_data add form json 2018-01-31 15:36:55 -05:00
_includes redesign header 2017-12-06 15:51:27 -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 fix for iphone 5 2018-01-31 15:59:26 -05:00
icons closer to MS design guidelines 2017-07-12 12:52:28 -04:00
img redesign header 2017-12-06 15:51:27 -05:00
js various improvements, including removing .html ext and fixing some random layout issues 2017-10-28 12:50:21 -04:00
_config.yml various improvements, including removing .html ext and fixing some random layout issues 2017-10-28 12:50:21 -04:00
.gitignore update gitignore 2017-11-15 15:38:05 -05: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 fix for safari 2018-01-24 18:16:46 -05:00
forms.html fix for iphone 5 2018-01-31 15:59:26 -05:00
Gemfile make jekyll 2017-09-04 14:51:56 -04:00
index.html update new font and clean up styling 2017-10-25 16:11:35 -04:00
LICENSE Initial commit 2017-06-23 09:37:59 -04:00
README.md update readme more 2018-01-29 23:30:17 -05:00
resources.html fix links 2018-01-31 15:43:12 -05:00
robots.txt updatee robots 2017-11-29 15:21:16 -05:00
run.sh update gitignore 2017-11-15 15:38:05 -05:00

SGA Website

Installing

  • bundle install - This may required elevated privileges, depending on the machine.

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.