GitHub Pages | Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live.Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live.GitHub Pages | Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live. Websites for you and your projects. Hosted directly from your GitHub repository. Just edit, push, and your changes are live. Pages Help Ready to get started? Build your own site from scratch or generate one for your project. You get one site per GitHub account and organization, and unlimited project sites. Let‘s get started. User or organization site Project site Create a repository Head over to GitHub and create a new public repository named username.github.io, where username is your username (or organization name) on GitHub. If the first part of the repository doesn’t exactly match your username, it won’t work, so make sure to get it right. What git client are you using? A terminal GitHub Desktop I don't know Download GitHub Desktop GitHub Desktop is a great way to use Git and GitHub on macOS and Windows. Download GitHub Desktop Clone the repository Go to the folder where you want to store your project, and clone the new repository: ~$git clone https://github.com/username/username.github.io Clone the repository Click the "Set up in Desktop" button. When the GitHub desktop app opens, save the project. If the app doesn't open, launch it and clone the repository from the app. Clone the repository After finishing the installation, head back to GitHub.com and refresh the page. Click the "Set up in Desktop" button. When the GitHub desktop app opens, save the project. If the app doesn't open, launch it and clone the repository from the app. Hello World Enter the project folder and add an index.html file: ~$cd username.github.io ~$echo "Hello World" > index.html Create an index file Grab your favorite text editor and add an index.html file to your project: index.html