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
- Host: GitHub
- URL: https://github.com/fabricegeib/my-first-repository-on-github
- Owner: fabricegeib
- Created: 2014-01-28T14:05:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T17:15:18.000Z (about 4 years ago)
- Last Synced: 2025-04-19T08:19:40.053Z (about 1 year ago)
- Topics: github, github-pages, repository
- Language: CSS
- Homepage: https://fabricegeib.github.io/my-first-repository-on-github/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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