Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

What are Github Pages

Please someone explain in the easiest way "What are GitHub Pages ''

3 Answers

Alex Hedley
Alex Hedley
16,381 Points

The website states: "Websites for you and your projects. Hosted directly from your GitHub repository. Just edit, push, and your changes are live."

https://pages.github.com

They are a great way to create a simple static page or a landing page for an app you've put up on GH.

GitHub Pages are public webpages hosted and published on github servers

first you need to have a github account, where you need to create repository for your project,

take clone of it on your computer, write your code and push it to git repository,

and hit the url, for e.g. http://username.github.io

.

You can find more details on https://pages.github.com/

There's this course here on TreeHouse: https://teamtreehouse.com/library/github-basics

I'm planning on taking in the next week or so, to hopefully understand what GitHub is.