Skip to content

fabricegeib/my-first-repository-on-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My first repository on github

I use Github and Github Pages to publish this website.

You get one site per GitHub account and organization, and unlimited project sites.

User or organization site

1. Create a repository

Create a new repository on github : https://github.com/new

2. Clone the repository

Open your terminal and clone your repo

git clone https://github.com/username/username.github.io

3. Hello World

cd username.github.io

echo "Hello World" > index.html

4. Push it

git add --all

git commit -m "Initial commit"

git push -u origin main

5. and you'r done

https://username.github.io

Project site

Use a theme, or start from scratch?

Resources