Step 3: Create Multiple Pages
GitHub Pages with Jekyll supports .md
files as pages.
-
Create
index.md
(Homepage)# Welcome to My Website 🚀 - [About](about.md) - [Projects](projects.md)
-
Create
about.md
(About Page)# About Me I am a web developer passionate about coding.
-
Create
projects.md
(Projects Page)# My Projects - [Project 1](https://github.com/user/project1) - [Project 2](https://github.com/user/project2)
These pages will be automatically converted to a website.