Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uptc39.github.io should show a index of the group's work #224
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Agreed! Help welcome :) |
bterlson
added
the
meta
label
Dec 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jyasskin
Dec 2, 2015
Could you create the tc39.github.io repository, and then I'll send you a pull request for some initial content?
jyasskin
commented
Dec 2, 2015
|
Could you create the |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Done! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jyasskin
Dec 2, 2015
It turns out I can't send a pull request on an empty repository. https://github.com/jyasskin/tc39.github.io has an initial redirect to the https://github.com/tc39/ecma262#ecmascript markdown documents. You can:
git clone https://github.com/jyasskin/tc39.github.io.git
cd tc39.github.io
git push git@github.com:tc39/tc39.github.io.git master
to accept it.
It'd be possible to set up a Jekyll site and move README.md and stage0.md there, but then we'd need more links back to the repository itself, so it may not be worth it.
jyasskin
commented
Dec 2, 2015
|
It turns out I can't send a pull request on an empty repository. https://github.com/jyasskin/tc39.github.io has an initial redirect to the https://github.com/tc39/ecma262#ecmascript markdown documents. You can:
to accept it. It'd be possible to set up a Jekyll site and move README.md and stage0.md there, but then we'd need more links back to the repository itself, so it may not be worth it. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Done! Thanks for the help :) |
jyasskin commentedDec 1, 2015
https://help.github.com/articles/user-organization-and-project-pages/ explains how to do this: basically create a https://github.com/tc39/tc39.github.io repository and put the root content in its master branch.