This lab website based on Aharoni lab site https://github.com/Aharoni-Lab/Aharoni-Lab.github.io
After making changes, make sure to run bundle install
before pushing (I think.)
To update the home page, edit the /index.md file
To add a banner image, place it as /assets/images/banner.png
To add a page to the navigation bar, add it to "main" in /_data/navigation.yml
For people, keep their info updated in the /_data/people.yml file
If including image of the person, place the image in the /People/ folder
Then to add them to the "People" page, add {% include person.html name='INSERT_NAME_HERE' %}
to the appropriate section of /People/index.md file
These pages can be edited at their respective /FOLDER/index.md files.
To create a blog post, add it to the /_posts/ folder as a md file with the name YYYY-MM-DD-POSTNAME.md