Github Pages
Another way to host static sites is via Github Pages.
Purposes
This is a very common way nowadays to host a static site. All you need to do is to put into GitHub and they will host the site for you.
Steps
- Register
GitHub
account, with your username
- Create a repository under your username, which look like
username.github.io
- Download the GitHub GUI tool (Mac / Windows)
- Click the green "Set up in Desktop" button. When the GitHub desktop app opens, save the project.
- Copy the content of the theme folder into this new project
- Enter the repository, commit your changes, and press the sync button
- Fire up a browser and go to http://username.github.io. Give it a couple of minutes for your page to show up—there will be a delay this very first time.
Goals
- Have your site running on GitHub Pages
- Send the link to your instructors
Resources