Skip to content

Make this repository also a website (github.io) #2

Open
@ghost

Description

GitHub allows you to create a free website for one repository. The domain then looks like this: username.github.io

It would be really nice if you added some kind of index.html file to the root of this repository, that would be used as navigation through these projects. It doesn't need to be anything fancy, it can just be a simple list with links to the index.html files.

<ol>
    <li><a href="episode1/index.html">Episode 1</a></li>
    <li><a href="episode2/index.html">Episode 2</a></li>
    . . .
</ol>

This would enable people to see your code in action just by clicking on a link.

Simple guide to GitHub pages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions