Home

Awesome

Gem Version Build Status Build status Coverage Status NPM Dependencies

Forked from the official Jekyll plugin Jekyll Admin, Jekyll Manager provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.<br/> The project is divided into two parts. A Ruby-based HTTP API that handles Jekyll and filesystem operations, and a Javascript-based front end, built on that API.

screenshot of Jekyll Manager

Installation

Refer to the installing plugins section of Jekyll's documentation and install the jekyll-manager plugin as you would any other plugin. Here's the short version:

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

    gem 'jekyll-manager', group: :jekyll_plugins
    
  2. 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

Divergence

Jekyll Manager is an open source project, forked from the official Jekyll plugin Jekyll Admin, and repackaged with some alterations and additions, a few of which, may eventually be included in the official version.

Notable alterations:

Additional Features:

Contributing

Unless your contribution improves the changes outlined above or updates this repo's documentation, we'd appreciate it if you propose those changes at the upstream repo. Upstream changes may eventually find their way here after being altered as required.

Interested in contributing to Jekyll Manager anyways?. See the contributing instructions, and the development docs for more information.

License

The gem is available as open source under the terms of the MIT License.