fabricegeib / my-first-repository-on-github

My first repository on GitHub

Home Page:https://fabricegeib.github.io/my-first-repository-on-github/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My first repository on GitHub

https://fabricegeib.github.io/my-first-repository-on-github/


Languages

Language:CSS 98.3%Language:HTML 1.7%