I would like to run Jekyll to preview my Github Pages website. Is there a way I can install Jekyll and preview it using jekyll serve?
jekyll serve
gem install jekyll
Is there a way to install Jekyll for Github Pages?
I would like to run Jekyll to preview my Github Pages website. Is there a way I can install Jekyll and preview it using
jekyll serve
?gem install jekyll
? When I tried it, it said I didn't have permission for the gems directory.