Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.97 KB

PartsOfThisRepo.md

File metadata and controls

30 lines (21 loc) · 1.97 KB

This is how this repository is broken down.

Folders

  • _includes Anything in this folder can be pulled into your index page.
  • assets Generally anything that isn't pages that you want to include in your code- Image etc. This includes css
    • css This is where your css files go. CSS is what tells the website how to colour and shape your page. So you can change the look and feel of your webpage. I've included some in here that we can look at . One thing to note is I've pulled in the variable { { site.colour1 } } by using the double { brackets. This reads it from the _config.yml file we'll discuss next)

Files

The two files we'll work with today are _config.yml and index.md

We can also add a new photo later by either uploading your own profile photo here: https://github.com/[Your name here]/Portfolio/tree/main/assets with the name "ProfilePhoto.JPG" OR uploading your photo into assets and including the name here: https://github.com/amandamiotto/Portfolio/blob/main/_includes/sidebar.html#L7