As a recent member, I installed Jekyll with the application Github Desktop thanks to the lesson "Building a static website with Jekyll and GitHub Pages", which is very clear. Nevertheless, using a Mac, I encountered a few problems to install correctly Jekyll when following strictly the lesson, and I am maybe not the only one. I would like to add to the lesson the solutions I found to make it functional.
The part concerned is "Setting up Jekyll" :
- The folder created by installing the application "Github Desktop" is well located in Libray/Application\ Support and is named "Github Desktop" (it can seem evident to precise it but I myself loose a bit of time to search the folder "Github" and not "Github Desktop").
- When we don't have write permissions in the folder "Library", the command line to force it is "sudo gem install jekyll bundler" (just precise that adding "sudo" in the command line can help if it doesn't function correctly).
I propose to add these small modifications if it suits you !