Jekyll Admin screenshot

Jekyll Admin

Author Avatar Theme by Jekyll
Updated: 27 Feb 2025
2884 Stars

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.

Categories

Overview

This product analysis is for a Jekyll plugin called Jekyll Admin. It provides users with a graphical interface to author content and administer Jekyll sites. The plugin is divided into a Ruby-based HTTP API and a JavaScript-based front end.

Features

  • Provides users with a traditional CMS-style graphical interface
  • Handles Jekyll and filesystem operations through a Ruby-based HTTP API
  • Built with a JavaScript-based front end

Installation

To install the Jekyll Admin plugin, follow these steps:

  1. Refer to the installing plugins section of Jekyll’s documentation.
  2. Add the following line to your site’s Gemfile:
    gem 'jekyll-admin'
    
  3. Run the command bundle install to install the plugin and its dependencies.

Summary

Jekyll Admin is a Jekyll plugin that offers users a graphical interface for content creation and site administration. It consists of a Ruby-based HTTP API and a JavaScript-based front end. With Jekyll Admin, users can easily manage their Jekyll sites without the need for command-line operations. The plugin is easy to install by adding it to the Gemfile and running bundle install. It also provides various customization options, such as customizing collection labels in the sidebar. The plugin is open-source and available under the MIT License.