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

Remove use of plugins for Jekyll #3

Open
nikomatsakis opened this issue Sep 26, 2016 · 5 comments
Open

Remove use of plugins for Jekyll #3

nikomatsakis opened this issue Sep 26, 2016 · 5 comments

Comments

@nikomatsakis
Copy link
Collaborator

I am currently using a jekyll plugin to construct the links onto play. This prohibits us from doing the rendering directly in GitHub Pages. It'd be nice to solve this another way. One thought that I had was writing some JavaScript -- when you click on a link that should lead to play, it in fact runs some JS. This JS goes to fetch the Rust file from the server, applies the minimal transformations, and then redirects to the appropriate play URL (in another window, of course).

@ests
Copy link
Contributor

ests commented Oct 3, 2016

So in other words, it should work exactly as it is working right now but it needs to be ported to (client side) JavaScript? I might look into this if I may.

@nikomatsakis
Copy link
Collaborator Author

@ests basically yes =)

@nikomatsakis
Copy link
Collaborator Author

And please do!

@ests
Copy link
Contributor

ests commented Oct 4, 2016

Please see my proposal. I will make any changes that you'll require. Please note, that we still need to test it against different browsers.

@nixpulvis
Copy link

Opened #18 before reading this.

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

3 participants