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.
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.
- Start Jekyll as you would normally
bundle exec jekyll serve
- Navigate to
http://localhost:4000/admin
to access the administrative interface
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.
The gem is available as open source under the terms of the MIT License.