

Presumably, it's because they intended for the user's site to be integrated into their theme's source code? That doesn't seem intuitive or correct.

Point of the story is, it didn't work for my home/peri/my-site directory when I ran bundle exec jekyll serve. script/bootstrap inside of slate-master. themepackages folder and then run the installer with the name of the theme. This may be a plugin or theme conflict If the problem goes away.
#JEKYLL INSTALL THEME ZIP#
If you have obtained a Theme Package in another way, such as zip download, you can manually place it into your. Installing New Plugins REST API Tags: Wordpress / Rest / API f Tour Start here for a.
#JEKYLL INSTALL THEME DOWNLOAD#
I changed gem and bundle to their respective absolute paths and ran sudo. The installer uses git to download the Theme Package and then installs it. Install Bundler gem install bundler and run bundle install to install all dependencies (Jekyll, plugins, and so on).
#JEKYLL INSTALL THEME UPDATE#
I ran bundle install, which told me there was a conflict in version types of the dependencies and it suggested that bundle update could potentially resolve that issue. Just The Docsis a minimal, documentation, sidebar, dark Jekyll Theme developed by pmarsceill developed by pmarsceill.Then I changed gem "minima", "~> 2.0" to gem "github-pages", group: :jekyll_plugins in my Gemfile file.Īfter that (since these are their only instructions), I ran bundle exec jekyll serve and it told me I had gems that weren't installed (duh), and suggested running bundle install.I changed the theme minima to jekyll-theme-slate in my _config.yml file.I followed the instructions as best as I could. Homebrew is a package manager for the Mac, and you can use it to install an alternative instance of Ruby code. I'm trying to install Github Pages' Slate theme on my CentOS 7 VM so I can locally preview my new site using the bundle exec jekyll serve command. Instead of changing the write permissions on your operating system’s version of Ruby and Rubygems (which could pose security issues), you can install another instance of Ruby (one that is writable) to get around this.
