mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-20 11:10:17 -04:00
17 lines
498 B
Markdown
17 lines
498 B
Markdown
# 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.
|