Skip to content

Commit

Permalink
Setting up a website setup tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdiebel committed Jul 3, 2024
1 parent d9793b5 commit 8d8dea8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Setting up the website.md
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```



0 comments on commit 8d8dea8

Please sign in to comment.