2018 TJ SGA Website
Go to file
2018-01-29 23:26:54 -05:00
_data moved data files to subfolders 2017-11-03 08:46:46 -04: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 css 2018-01-29 23:21:15 -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 make jekyll 2017-09-04 14:51:56 -04: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 add more info to README 2018-01-29 23:26:54 -05:00
resources.html make jekyll 2017-09-04 14:51:56 -04: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

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.

Forms

  • This feature is currently being worked on.