I cannot figure out a way to set the build command option to work with jekyll installed through WSL (Windows Subsystem for Linux), which is the current recommended way of using jekyll on Windows. There should be a way to set it to use jekyll through the bash shell. I've tried setting it to
/usr/local/bin/jekyll
jekyll, build
bash, jekyll, build
bash, jekyll build
bash, /usr/local/bin/jekyll
And all of them give me the error message:
Jekyll Binary Incorrect
The Jekyll Binary /usr/local/bin/jekyll is not valid.
Please go into Settings and change it
I cannot figure out a way to set the build command option to work with jekyll installed through WSL (Windows Subsystem for Linux), which is the current recommended way of using jekyll on Windows. There should be a way to set it to use jekyll through the bash shell. I've tried setting it to
/usr/local/bin/jekyll
jekyll, build
bash, jekyll, build
bash, jekyll build
bash, /usr/local/bin/jekyll
And all of them give me the error message:
Using Windows 10 Home 64 bit 1709 Build 16299.64