This repository is for the WiCS@JHU website.
WiCS@JHU is built with Jekyll. To get started:
- Follow the Jekyll installation instructions
- Run
jekyll build
to create the site under_site
, orjekyll serve
to view the site locally
To add a member:
- Add a file under
_members
- Optional: Add a photo under
assets/images/members
and link in member file
Example:
---
name: Ada Lovelace
position: Chair # optional field
photo: assets/images/members/ada.png # optional field
status: active # 'active', 'current', or 'alum'
membership: 2023-present # optional field
---
This is a short sentence about Ada!
Tip: Use the order list in
_config.yml
to order the exec members first! All other members will appear in alphabetical file order.
To add a sponsor to the home page:
- Add an image (logo) under the
assets/images/sponsors
directory - Add the sponsor's name and image path to
_data/sponsors.yml
To update contact cards, update _data/contacts.yml
.
Icon names are from Google Material Symbols.