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

tc39.github.io should show a index of the group's work #224

Closed
jyasskin opened this Issue Dec 1, 2015 · 5 comments

Comments

Projects
None yet
2 participants
@jyasskin

jyasskin commented Dec 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.

@bterlson

This comment has been minimized.

Show comment
Hide comment
@bterlson

bterlson Dec 1, 2015

Member

Agreed! Help welcome :)

Member

bterlson commented Dec 1, 2015

Agreed! Help welcome :)

@bterlson bterlson added the meta label Dec 1, 2015

@jyasskin

This comment has been minimized.

Show comment
Hide comment
@jyasskin

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 tc39.github.io repository, and then I'll send you a pull request for some initial content?

@bterlson

This comment has been minimized.

Show comment
Hide comment
@bterlson

bterlson Dec 2, 2015

Member

Done!

Member

bterlson commented Dec 2, 2015

Done!

@jyasskin

This comment has been minimized.

Show comment
Hide comment
@jyasskin

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:

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.

@bterlson

This comment has been minimized.

Show comment
Hide comment
@bterlson

bterlson Dec 8, 2015

Member

Done! Thanks for the help :)

Member

bterlson commented Dec 8, 2015

Done! Thanks for the help :)

@bterlson bterlson closed this Dec 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment