/jekyll-admin

wp-admin for Jekyll, but better

Primary LanguageJavaScriptMIT LicenseMIT

Jekyll::Admin

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.

Installation

Refer to Install Plugins in Jekyll docs and install the jekyll-admin plugin as you would normally by adding jekyll-admin to your Gemfile and _config.yml's gems list.

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

Bug reports and pull requests are welcome on GitHub at https://github.com/jekyll/jekyll-admin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Development

See the development docs

License

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