intorust icon indicating copy to clipboard operation
intorust copied to clipboard

Remove use of plugins for Jekyll

Open nikomatsakis opened this issue 9 years ago • 5 comments

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).

nikomatsakis avatar Sep 26 '16 17:09 nikomatsakis

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.

ests avatar Oct 03 '16 14:10 ests

@ests basically yes =)

nikomatsakis avatar Oct 03 '16 14:10 nikomatsakis

And please do!

nikomatsakis avatar Oct 03 '16 14:10 nikomatsakis

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.

ests avatar Oct 04 '16 15:10 ests

Opened #18 before reading this.

nixpulvis avatar Jun 30 '17 22:06 nixpulvis