This document will provide a step-by-step guide on how to modify a website. It will cover topics such as:

Getting ready to make changes:

Before making any changes to your local version of the website, there are a few things you need to make sure are done already.

  1. Have an up-to-date local repository. Make sure that you run git pull to update the local repository. If you forget to pull, you will have merge conflicts when pushing. The author of this document is too lazy to describe how to solve merge conflicts, so just make sure you pull before making any changes.
  2. Launch the website in localhost using this command: *bundle exec jekyll serve*

Basic Modifications

Remember to PUSH after every change! Make sure the change is appropriate because this WILL APPEAR ON THE WEBSITE!

Text Modifications

<p> date </p>

This is easy enough, change the text in the <p> tag.

Text Modifications

<p> date </p>

This is easy enough, change the text in the <p> tag.