🌐
GitHub
github.com › collections › github-pages-examples
Collection: GitHub Pages examples · GitHub
Fine examples of projects using [GitHub Pages](https://pages.github.com).
Discussions

Looking for showcase examples of Github pages
Feel free to use GitBook like my wiki? https://aleen42.github.io/PersonalWiki/ More on reddit.com
🌐 r/github
11
24
June 25, 2019
Is GitHub (or GitHub Pages) a good option for showcasing you portfolio?
You can use a custom domain for Github Pages. More on reddit.com
🌐 r/webdev
47
40
February 23, 2023
What’s the coolest GitHub repo you’ve ever stumbled on by accident?
Not exactly an accident (someone shared it on Reddit), but here is the original code for Apollo 11 . More on reddit.com
🌐 r/github
181
1523
March 22, 2025
I really love GitHub Pages

I too have been hosting my own domain on gh pages for about two years now. With static site generators like Jekyll and assemble.io, you still get all the flexibility of a blogging platform without the performance overhead.

I'm not sure what GitHub would do if my site was really busy, tho.

More on reddit.com
🌐 r/web_design
48
101
January 12, 2014
🌐
GitHub-Pages-Demo
ycl6.github.io › GitHub-Pages-Demo
GitHub Pages Demo | GitHub-Pages-Demo
There are 3 publishing sources you can choose for a GitHub repository: ... in the docs folder of the master branch (make sure the docs folder already exists in your repository) ... In this demo, we are using the gh-pages branch to publish the website. You can use other sources if you find them more appropriate. For example, I am publishing the web version of this GitHub-Pages-Demo repository using the master branch, and GitHub renders this README.md file and show it as a web page.
🌐
GitHub
github.com › logancyang › awesome-personal-websites
GitHub - logancyang/awesome-personal-websites: A curated list of awesome personal websites · GitHub
A curated list of awesome personal websites. Contribute to logancyang/awesome-personal-websites development by creating an account on GitHub.
Starred by 239 users
Forked by 17 users
🌐
GitHub
github.com › guilyx › awesome-github-pages-portfolios
GitHub - guilyx/awesome-github-pages-portfolios: 😎 A curated list of awesome github pages porfolio templates 📝
A curated list of awesome portfolio templates and personal sites hosted with GitHub Pages.
Starred by 402 users
Forked by 33 users
🌐
GitHub
github.com › topics › personal-website
Build software better, together
github personal-site github-api template github-pages portfolio personal-website portfolio-website academic portfolio-site hacktoberfest portfolio-template portfolio-page academic-website developer-portfolio portfolio-project github-portfolio react-portfolio academic-porfolio
🌐
GitHub
docs.github.com › en › pages › quickstart
Quickstart for GitHub Pages - GitHub Docs
For example: theme: jekyll-theme-minimal title: Octocat's homepage description: Bookmark this to keep an eye on my project updates! When you are finished editing the file, click Commit changes.
Find elsewhere
🌐
Jekyll
jekyllrb.com › docs › github-pages
GitHub Pages | Jekyll • Simple, blog-aware, static sites
1 month ago - User and organization pages live in a special GitHub repository dedicated to only the GitHub Pages files. This repository must be named after the account name. For example, @mojombo’s user page repository has the name mojombo.github.io.
🌐
Webdesignledger
webdesignledger.com › best-github-project-pages
40 Best Designed GitHub Project Pages – Web Design Ledger
After searching through a wide variety of libraries I’ve put together 40 of the most well designed project pages from GitHub. All of these pages are self-hosted on GitHub for free.
🌐
W3Schools
w3schools.com › git › git_remote_pages.asp
Git GitHub Pages
{{title}} Get Started Git What is SSH? {{title}} Add SSH {{title}} Set Remote {{title}} Edit Code Pull from {{title}} Push to {{title}} {{title}} Branch Pull Branch from {{title}} Push Branch to {{title}} GitHub Flow {{title}} Pages Git GUI Clients
🌐
GitHub
docs.github.com › en › pages › getting-started-with-github-pages › what-is-github-pages
What is GitHub Pages? - GitHub Docs
GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website. You can see examples of GitHub Pages sites in the GitHub Pages examples collection.
🌐
GitHub
pages.github.com
GitHub Pages | Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live.
Head over to GitHub.com and create a new repository, or go to an existing one. Click on the Create new file button. Name the file index.html and type some HTML content into the editor. Scroll to the bottom of the page, write a commit message, and commit the new file.
🌐
Plain Concepts
plainconcepts.com › home › how to use github pages: all the keys
How to use GitHub Pages: All the keysPlain Concepts
July 4, 2025 - One caveat is that GitHub Pages ... repository. Here are some examples of sites that use GitHub Pages, such as Jekyll, Netflix, Yelp, Twitter, Facebook…...
🌐
GitHub
github.com › SuperSimpleDev › github-pages-example
GitHub - SuperSimpleDev/github-pages-example
Contribute to SuperSimpleDev/github-pages-example development by creating an account on GitHub.
Starred by 169 users
Forked by 452 users
Languages   HTML 72.5% | CSS 27.5% | HTML 72.5% | CSS 27.5%
🌐
OnePageLove
onepagelove.com › tag › github
GitHub Website Examples
A curated collection of 8 github websites for inspiration and references. Each review includes a full screenshot of the website design along with noteworthy features.
🌐
Yale University
docs.ycrc.yale.edu › clusters-at-yale › guides › github_pages
GitHub Pages - Yale Center for Research Computing
December 5, 2019 - It's important that you name your repository username.github.io where username is replaced with your actual account name (ycrc-test in this example). Make sure to initialize the repo with a README, which will help get things started. After clicking "Create" your repository will look like this: From here, you can click on "Settings" to enable GitHub Pages publication of your site.
🌐
Chicago Public Library Maker Lab
cplmakerlab.github.io › guide › how-to-make-a-website-with-github-pages
How to Make a Website with Github Pages | Chicago Public Library Maker Lab
February 20, 2026 - Example URL (replace yourusername with your github username): https://yourusername.github.io/simple-website-template · If you try to navigate to your URL right now, you will get a 404 Error: Not Found. We have to push some changes first to the gh-pages branch before Github will build our website.
🌐
GitHub
github.com › academicpages › academicpages.github.io
GitHub - academicpages/academicpages.github.io: Github Pages template based upon HTML and Markdown for personal, portfolio-based websites. · GitHub
Github Pages template based upon HTML and Markdown for personal, portfolio-based websites. - academicpages/academicpages.github.io
Starred by 16.8K users
Forked by 6.4K users
Languages   SCSS 27.3% | HTML 23.9% | JavaScript 22.2% | Jupyter Notebook 14.5% | Python 8.2% | CSS 3.2%
🌐
Happy Coding
happycoding.io › tutorials › html › github-pages
GitHub Pages - Happy Coding
November 3, 2024 - This tutorial walks you through the process of creating a GitHub Pages site!