GitHub Pages

Open link in next tab

GitHub Pages

https://pages.github.com/

Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live.

Now that we know of some SSGs from my previous posts, it's time to think where should we actually host out website.

Probably the most popular option is GitHub Pages, which allows you to host static sites from your GitHub repository for absolutely free.

Here are some guides how to use GH Pages with popular static site generators:

Other SSGs likely have guides for GH Pages too since it's so popular and provides GitHub Actions to public repositories for free.

Please share what you think about this service in the comments section.