Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Jul 20, 2014 · 2 comments
Open

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

ghost opened this issue Jul 20, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 20, 2014

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.

@yordis
Copy link

yordis commented Jul 20, 2014

I like the idea. I can help.

@Joseph-D-Bradshaw
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants