jekyll-admin

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

Github星跟踪图

Gem Version
Build Status
Build status
Coverage Status
NPM Dependencies

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 your 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

Options

Jekyll Admin related options can be specified in _config.yml
under a key called jekyll_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;

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

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.

主要指标

概览
名称与所有者jekyll/jekyll-admin
主编程语言JavaScript
编程语言Ruby (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2016-05-19 17:23:27
推送于2025-06-05 15:41:21
最后一次提交2025-06-06 00:41:21
发布数21
最新版本名称v0.12.0 (发布于 )
第一版名称v0.1.0.pre (发布于 2016-08-18 14:41:52)
用户参与
星数2.9k
关注者数77
派生数377
提交数1.5k
已启用问题?
问题数268
打开的问题数41
拉请求数342
打开的拉请求数36
关闭的拉请求数47
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?