mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
2018 TJ SGA Website
_data | ||
_includes | ||
_layouts | ||
_plugins | ||
_posts | ||
css | ||
icons | ||
img | ||
js | ||
_config.yml | ||
.gitignore | ||
.gitmodules | ||
404.html | ||
about.html | ||
forms.html | ||
Gemfile | ||
index.html | ||
LICENSE | ||
README.md | ||
resources.html | ||
robots.txt | ||
run.sh |
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.