This is the official website of the Georgia Institute of Technology Mastering Android Development (GITMAD) Club.
- index.html - Main page showing the schedule and a facebook feed
- about.html - Page showing officers
- guides.html - Page showing a list of guides
- _layouts/ - Templates for site pages
- default.html - Default layout which contains the navigation bar
- guide.html - Layout for a page for a guide
- _guides/ - Collection containing information for each guide
- _data/
- [officers.yml] - Data pertaining to officers to display on the officers page
- [schedule.yml] - Data pertaining to the schedule to display on the main(index) page
- assets/
- Install Ruby version 2.7.8.225
- Run
gem install bundler
- Run
bundle install
- Run
bundle exec jekyll serve
and you should be able to see local site
- Jekyll
- HTML
- Boostrap (Material)