andreacorbellini / ecc

MIT License
426 stars 131 forks source link

Create a github.io for ecc #4

Closed igormcoelho closed 5 years ago

igormcoelho commented 5 years ago

Congratulations for this amazing tool! I think it deserves a github.io domain (instead of cdn raw git)... so it would easily become: andreacorbellini.github.io/ecc

andreacorbellini commented 5 years ago

Hi,

As far as I know, in order to be hosted under andreacorbellini.github.io/ecc, it would need to be part of the same repository as my blog, but this is something I would like to avoid (I want people to be able to fork/star/watch this repository without any conflicts with other material). I also cannot create a separate github.io domain (say, ecc.github.com) as I'm limited to only one domain. So I don't believe that what you're asking for would be possible, but please correct me if I'm wrong.

Cheers, Andrea

enriquesl-git commented 5 years ago

I have my fork of your tool running under github.io without needing a separate domain:

https://enriquesl-git.github.io/ecc/interactive/reals-add.html

This is the only option that I touched on settings:

[image: image.png]

-- Enrique Santos

El lun., 21 ene. 2019 a las 21:57, Andrea Corbellini (< notifications@github.com>) escribió:

Hi,

As far as I know, in order to be hosted under andreacorbellini.github.io/ecc, it would need to be part of the same repository as my blog, but this is something I would like to avoid (I want people to be able to fork/star/watch this repository without any conflicts with other material). I also cannot create a separate github.io domain (say, ecc.github.com) as I'm limited to only one domain. So I don't believe that what you're asking for would be possible, but please correct me if I'm wrong.

Cheers, Andrea

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andreacorbellini/ecc/issues/4#issuecomment-456197022, or mute the thread https://github.com/notifications/unsubscribe-auth/AZQ48_7xVpQqmWi2lz-5IiJLgCOkiSYtks5vFinKgaJpZM4aK-Ij .

igormcoelho commented 5 years ago

Hi Andrea, you can keep this repo as it is now, it will become a directory exactly as the link I wrote. You only need to create another repo called youruser.github.io You can even redirect your actual website to this new repo (github cobfigures letsencrypt for you too). We do this for our group neoresearch.io, which is hosted on github.com/neoresearch if you need an example :) We have plenty of tools running in different folders like that, example, neoresearch.io/smacco

andreacorbellini commented 5 years ago

Okay, thanks to both of you for letting me know! I will take a look as soon as I get a chance!

andreacorbellini commented 5 years ago

I started serving the ECC stuff under andrea.corbellini.name/ecc (e.g. https://andrea.corbellini.name/ecc/interactive/reals-add.html?px=-1&py=4&qx=1&qy=2) and updated all the links in the blog posts. Thank you very much for letting me know that it was possible!

Also, while doing that, I realized that RawGit is going away. So double thanks for that!

igormcoelho commented 5 years ago

it's working nice !! thanks!