Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Jekyll to run into WebStorm on Windows

Is it possible to run Jekyll as External Tool into WebStorm? (same for RubyMine, IntelliJ IDEA, ...)

The most obvious thing is to run the jekyll.bat file:

enter image description here

...but this doesn't work.

like image 949
Filippo Vitale Avatar asked May 14 '13 23:05

Filippo Vitale


1 Answers

I haven't found any solution so after some trial+error I discover this working configuration:

enter image description here

In this example I am using: RubyInstaller + gem install jekyll.

If you prefer using straight Ruby+DevKit then Program and Parameters paths must be changed according.

like image 123
Filippo Vitale Avatar answered Sep 23 '22 15:09

Filippo Vitale