A Jekyll-based redesign of the unfortunately sparse Swarthmore College Computer Society website.
See the Jekyll website for tutorials, etc.
Add a file in .md format to the _posts
directory. The file must have a name
of the form YYYY-MM-DD-title.md
, where YYYY-MM-DD
is the date of the post
and title
is the title of the post. See old posts (or the official Jekyll
tutorial linked above) for formatting details; but at minimum, the post must
have a header at the top of the form:
---
title: YOUR_TITLE_HERE
---
Where YOUR_TITLE_HERE
is the title that actually appears on the website.
bundle install
To run a dev server: bundle exec jekyll server
bundle exec jekyll build
(builds into the destination
specified in
config.yml
)
_config.yml
contains settings for the site_layouts/
containsdefault.html
, the default template for the site_includes/
contains various parts of the website which are used often/which would otherwise clutter_layouts/default
_scss/
contains all the CSS/SCSS files_posts/
contains all the posts that appear on the homepage, in .md formatindex.html
is the body of the homepageabout/
andfaqs
contain the content of those respective pages
- Have links to services and information about those services (Cygnet, GUTS, RSD)
- FAQs: how to reset password? how to reactivate account due to inactivity?
- Have information about how to create an account
- Look awesome
- Add more to history (and potentially make history a separate page)
- Add info about game pit (and potentially make a separate page dedicated to the game pit)
- Make everything flashier (pictures, etc.)
©2016 SCCS