-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9793b5
commit 8d8dea8
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Step 1: Create a GitHub Repository | ||
|
||
1. Log in to your GitHub account and go to your GitHub dashboard. | ||
|
||
2. Create a new repository: | ||
|
||
* Click the "+" icon at the top right and select "New repository". | ||
* Name your repository with the following format: `username.github.io` (replace `username` with your GitHub username). | ||
* Make sure the repository is public and check the option to "Initialize this repository with a README". | ||
|
||
*Click "Create repository". | ||
|
||
# Step 2: Set Up GitHub Pages | ||
|
||
1. Navigate to the repository settings: | ||
|
||
* Go to the repository you just created. | ||
* Click on the "Settings" tab. | ||
|
||
2. Enable GitHub Pages: | ||
|
||
* Scroll down to the "GitHub Pages" section. | ||
* Under "Source", select the branch you want to use (usually `main` or `master`). | ||
* Click "Save". | ||
|
||
# Clone the repository to your local machine: | ||
|
||
Open a terminal or command prompt. | ||
|
||
Run `git clone https://github.com/username/username.github.io.git` (replace username with your GitHub username). | ||
|
||
# Navigate to the cloned repository: | ||
|
||
```cd williamdiebel.github.io``` | ||
|
||
|
||
|