Getting Started
-
Create a Github account.
-
A step-by-step guide to using Git (incl. branches & pull requests).
-
Upload a profile picture to the
/assets/media/Team
directory. Find this line on the last entry<div class="col-md-12 section1">
. Change IMAGENAME; add a title; & and alt for your image<img src="/assets/media/Team/IMAGENAME.jpg" title="" alt="">
. -
In
Team_Members_Intro.yml
, fill in your Name; Job Position; & write a brief introduction of yourself. Take a note of your entry number. -
Take a look at the Our Team page & if all the rows are used, go to
OurTeam.md
and add a new row. Else, just find the last entry and change all 3 lines of the arrayNo(...teamMembers[arrayNo]...)
to be your entry number - 1. -
Markdown guide (which you would utilise when using Jekyll).
-
To add new posts, simply add a file in the
_posts
directory that follows the conventionYYYY-MM-DD-title.md
and includes the necessary front mattertitle & layout:report
. You can refer here for more info.