An open API service indexing awesome lists of open source software.

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

My first repository on GitHub
https://github.com/fabricegeib/my-first-repository-on-github

github github-pages repository

Last synced: 3 months ago
JSON representation

My first repository on GitHub

Awesome Lists containing this project

README

          

# 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](https://github.com/fabricegeib/my-first-repository-on-github#user-or-organization-site)
- [Project site](https://github.com/fabricegeib/my-first-repository-on-github#project-site)

# 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

- https://pages.github.com/
- https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch