Skip to content

Instantly share code, notes, and snippets.

@acidtone
Last active September 7, 2023 14:32
Show Gist options
  • Save acidtone/5d45f96bc11fada75038e552f9ba1a5c to your computer and use it in GitHub Desktop.
Save acidtone/5d45f96bc11fada75038e552f9ba1a5c to your computer and use it in GitHub Desktop.
Project: Publish a website for free with Git

Project: Publish a webpage with Git and GitHub Pages

In this project, you will use Git and GitHub to

  • publish a website for free using GitHub Pages;
  • update your webpage using your code editor;
  • publish your updates using Git.

Pre-requisites

Instructions

  1. Create a GitHub repository
  2. Clone a GitHub repository to your workspace
  3. Commit a new index.html file
  4. Commit new changes to index.html
  5. push your changes to GitHub.
  6. Deploy your GitHub repo to GitHub Pages!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment