This document will provide a step-by-step guide on how to modify a website. It will cover topics such as:
Before making any changes to your local version of the website, there are a few things you need to make sure are done already.
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.*bundle exec jekyll serve*
Remember to PUSH after every change! Make sure the change is appropriate because this WILL APPEAR ON THE WEBSITE!
<p> date </p>
This is easy enough, change the text in the <p> tag.
<p> date </p>
This is easy enough, change the text in the <p> tag.