toddmotto / jekyll-admin

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

Home Page:https://jekyll.github.io/jekyll-admin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version Build Status Build status

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. 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 Admin

Installation

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

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

    gem 'jekyll-admin', 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

Contributing

Interested in contributing to Jekyll Admin? We’d love your help. Jekyll Admin is an open source project, built one contribution at a time by users like you. 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.

About

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

https://jekyll.github.io/jekyll-admin/

License:MIT License


Languages

Language:JavaScript 74.6%Language:Ruby 18.1%Language:CSS 6.5%Language:Shell 0.6%Language:HTML 0.1%