From the course: Learning GitHub (2023)

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Publish your first website to GitHub Pages

Publish your first website to GitHub Pages

From the course: Learning GitHub (2023)

Publish your first website to GitHub Pages

- [Instructor] Now it's really the time to start playing seriously with GitHub Pages. As you can see in the previous video, it's very easy to publish a static website with Pages. But at the same time, it's a little bit limited. Let's try to remove these barriers using a static site generator framework as a Gatsby to deploy a real website. But Gatsby is not mandatory and you can use other static site generator system like Next.js or whatever you want. The steps that I will show you in a minute are the same for every static site generator system. Navigate to the template repository, github.com/gatsby.js/gatsby-starter-default and click on Use this template, the green button on the top to the page, this button. This is a special repository marked as a template. A temperature repository is a very special repo that you can use to create your own repo, starting from an existing one. Call the repository personalblog, for…

Contents