- Create a new branch by executing
git checkout -b your_name_branchin the terminal. - Add your name to
members.txtunder 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.mdtomembers/your_name.md, whereyour_nameis 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 studentwith 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.pyand 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/pullsand check that all tests run. - Request one of your group members and Rosy (@rosecers) as a reviewer.
cjyoungwerth/website
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- SCSS 48.7%
- Python 18.8%
- HTML 14.2%
- Ruby 8.1%
- Shell 5.6%
- JavaScript 4.6%