Open

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.
Metadata
Metadata
Assignees
Labels
No labels