Jekyll-manager plugin

Hi,

While I am dealing with third-party services, I decided to install the plugin jekyll-manager

But it hasn’t worked yet. Can you help.

I do according to these instructions:

  1. Add the following to your site’s Gemfile:

gem ‘jekyll-manager’, group: :jekyll_plugins

  1. Run bundle install

Usage

  1. Start Jekyll as you would normally ( bundle exec jekyll serve )
  2. Navigate to http://localhost:4000/admin to access the administrative interface

When I try to hook the server, I get a lot of errors that I don’t know how to fix.
Help me pls.

Serving won’t work because gems are not installed.

Installing won’t work because of the error the screen is telling you. Just read it again slowly.

Manager says needs jekyll 3 not 4

So make it jekyll 3 in Gemfile

and delete your lock file and then install

The tag on GitHub at v0.1.1 tells me that Jekyll 3 is only supported

But the latest code on master that is not tagged and on RubyGems will actually support Jekyll 4

So… if you are feeling adventurous, you can install the absolute latest code from manager plugin on GitHub as per these instructions of mine.

There is the risk that the code will break one day when you install, as you are choosing an unstable master branch over a tested and published tag.

But you could maybe specify the commit hash that is currently where master is and get the gem command to have that commit hash as a reference.