0.0
No commit activity in last 3 years
No release in over 3 years
Bunto::Admin is a drop in administrative framework for Bunto sites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.4
~> 0.48.1

Runtime

~> 3.4.5
~> 1.4
 Project Readme

Gem Version Build Status Build status Coverage Status NPM Dependencies

A Bunto plugin that provides users with a traditional CMS-style graphical interface to author content and administer Bunto sites. The project is divided into two parts. A Ruby-based HTTP API that handles Bunto and filesystem operations, and a Javascript-based front end, built on that API.

Installation

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

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

    gem 'bunto-admin', group: :bunto_plugins
  2. Run bundle install

Usage

  1. Start Bunto as you would normally (bundle exec bunto serve)
  2. Navigate to http://localhost:4000/admin to access the administrative interface

Options

Bunto Admin related options can be specified in _config.yml under a key called bunto_admin. Currently it has only one option hidden_links which is for hiding unwanted links on the sidebar. The following keys under hidden_links can be used in order to hide default links;

bunto_admin:
  hidden_links:
    - posts
    - pages
    - staticfiles
    - datafiles
    - configuration

Contributing

Interested in contributing to Bunto Admin? We’d love your help. Bunto 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.

Looking for a hosted version?

Bunto Admin is intended to be run on your computer alongside your local Bunto installation. If you're looking for a hosted version, we'd recommend checking out Siteleaf a hosted Bunto editor with deep GitHub integration (whom we'd also like to thank for inspiring parts of Bunto Admin itself!).

License

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