I managed to deploy and my site runs fine, but images and video will omit the base of the link on some pages even though the link is the same in the source files. Whenever I forcedly add the base url /portfolio to the images that don't work, it will render /portfolio twice and if I don't It will add nothing. Basically pointing to myaccount.github.io/assets/image.png or myaccount.github.io/portfolio/portfolio/assets/image.png in some cases
EXAMPLES:
Link in markdown file: ../../assets/120shots_so.png
Link in project page: "../../assets/120shots_so.png"
Link in broken projects page "/skelegondk.github.io/assets/120shots_so.png"