- Create a new branch by executing
git checkout -b your_name_branch
in the terminal. - Add your name to
members.txt
under the appropriate category in alphabetic order by last name. Type your name exactly how you would like it to show up in the directory. - Copy
members/example_student.md
tomembers/your_name.md
, whereyour_name
is the name you wrote in (1), but lowercase and with '_' instead of spaces. - Fill out
members/your_name.md
! Make sure to replace all instances ofexample student
with your name. - Add a professional photo (preferably square aspect ratio) at
assets/img/your_name.png
. - Add any extra photos (research, hobbies, etc.) at
assets/img/your_name_#.png
., where#
is a number 1-3. If you choose not to do this, comment out the table inmembers/your_name.md
. - Run
make_member_page.py
and check that there are no errors. - Preview your webpage by calling
bundle install; bundle exec jekyll serve --baseurl "/website"
. - Commit your branch and push it to the repository with
git add *; git commit -m "Making a page for your name"; git push origin your_name_branch
. - Create a pull request on
https://github.com/cersonsky-lab/website/pulls
and check that all tests run. - Request one of your group members and Rosy (@rosecers) as a reviewer.
-
Notifications
You must be signed in to change notification settings - Fork 2
This repository is for the Cersonsky lab group website.
License
cersonsky-lab/website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repository is for the Cersonsky lab group website.
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published