Skip to content

Instantly share code, notes, and snippets.

Github Pages!

Github, in it's infinite awesomeness, will host static sites for you for free! This means we can show off all of the work yall have done thus far.

Note that we can show off all the front-end stuff we've done, but this will not work for our php files. We could totally put some php scripts on our Github page, but they will not be evaluated.

For the most part, we will follow along with The Github Pages Tutorial.

The short version of all this is that github will host whatever content you have in a repository named username.github.io at username.github.io.