This is our lab's website. We are using Jekyll, a static website generator.
- Go to
_includes/people.html
- Edit or add what you want (e.g., name, email address, homelage link, etc)
- To add a profile photo, choose an image and put it under the directory
img/your_name_profile_picture.jpg
- Reference your image in
_includes/people.html
with your photo's file name
- Go to
_includes/publications.html
- Append the list by copy-pasting one of the already existing items and filling in your information.
- Add additional materials (e.g., paper, poster, slide) under the directory
publications
- Add a hyperlink to the added materials (e.g., < a href="/publications/paper_name.pdf" >Paper Title< /a >)
Please check that the site still works before you push your changes to the remote repository. You can do this by:
bundle exec jekyll serve
Then visit http://127.0.0.1:4000
in your browser.