This is a Jekyll Website using the Friday Theme.
- Clone this repository
- Install Ruby (if it isn't already installed)
- Build website locally using
jekyll serve
_assignments
: Assignment pages (pages in this folder are automatically set to the "assignment" template, meaning they need adue_date
variable in the header). An auto-generated list of these pages can be found at https://gwu-apsc1001.github.io/list/assignments.html_data
: Website datanav.yml
: The navbar on the top of the websiteprofile.yml
: Currently unused, but will automatically add social media links to the left side panel if added to this file
_includes
: HTML structures used by Jekyll (you can ignore these unless you're changing the look of the site)_labs
: Lab pages. An auto-generated list of these pages can be found at https://gwu-apsc1001.github.io/list/labs.html_layouts
: More HTML customization, specifically for page templates (you can ignore unless you're changing the look of the site)_pages
: Bulk of the website's content is found herefiles
: A "general resources" folder of sorts. This stores lecture materials, presentations, etc. just to keep the root directory cleanimages
: Image files used in visual content on the site. Again, this is really only here to keep the root directory cleantheme
: CSS structures used to make the site pretty. Ignore unless you're changing the look of the site. This is mostly unchanged from the original Friday theme