Skip to content

schibsted-martin/tjejerkodar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tjejerkodar

A simple website (hosted on github) example

Steps to create a GitHub Pages website

  • Log in or create a new GitHub account

  • Create a new repository
    Click on the "+ menu", in the upper right corner, and select the New repository option; or click on the Start project button on the welcome page.
    Create repository (1)

    Use whatever name you want. Do note, however, that the name will be part of the URL to accesss the website.
    Create repository (2)

  • Turn on GitHub Pages for your repository
    Click on the Settings tab and scroll down to the GitHub Pages heading. Select master branch as the Source and click Save.
    Enable GitHub Pages

    For this example this will suffice; for more complex projects, a separate branch would be better in order to separate source code from generated code.

  • Test your website
    When you complete the previous step you will be presented with the URL to your website, click it to verify that it works.
    Enable GitHub Pages

    The URL of the website will be http(s)://<your github account name>.github.io/<your repository name>/, but this can be changed using the Custom domain option. Or; you will want to look into a more traditional hosting solution, this is more to get something fast up that you can test and share with a smaller set of people.

    Initially your website will be pretty empty, either a generic page or a HTML version of your README.md file. This will improve however when you add some source and point to a proper index.html file.

About

A simple website (hosted on github) example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages