CodingMath icon indicating copy to clipboard operation
CodingMath copied to clipboard

Make this repository also a website (github.io)

Open ghost opened this issue 10 years ago • 2 comments

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.

ghost avatar Jul 20 '14 16:07 ghost

I like the idea. I can help.

yordis avatar Jul 20 '14 19:07 yordis

I would like to do this as I follow along the course in my free time, learning Next js for my own uses so maybe would do it with that if anybody would want to.

Joseph-D-Bradshaw avatar Aug 30 '20 18:08 Joseph-D-Bradshaw