YusufK-25 / yusuf_2025

Apache License 2.0
0 stars 0 forks source link

How to add the Mario to your github website. #4

Open YusufK-25 opened 2 months ago

YusufK-25 commented 2 months ago

Add code to Index.md, Create _data, and add all necessary files.

- Go to index.md, and paste in the Mario code.
- Create a new folder named _data.
- Inside that, add a file named mario_metadata.yml
- Paste all the code.
- Go to the portfolio_2025 page, and download the mario_animation.png file from the images folder. 
- Go back to your images folder, and import the mario_animation.png file.
- Go back to portfolio_2025 and go to _includes
- Go to nav, and download home.html
- Go back to your repository, go to your _includes and nav, and put the home.html file into it.

Important: Place at top (Frontmatter)

-Add this code:
---
layout: base
title: Student Home 
description: Home Page
image: /images/mario_animation.png
hide: true
---