Skip to content

Commit

Permalink
Release 💎 v0.10.0 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Mar 15, 2020
1 parent 62515d3 commit ceb4aff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ jekyll_admin:
- configuration
```

### Customizing collection label in Sidebar

The plugin allows you to customize the name of a collection that is displayed in the sidebar by defining it in the collection's
metadata in the config file. For example, if your source's *posts* are actually *news-items* on the deployed site, then it can
be distracting to see the label `Posts` in the admin's sidebar. This situation can be resolved with the following configuration:
```yaml
collections:
posts:
output: true
sidebar_label: News
```
## 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](.github/CONTRIBUTING.md), and [the development docs](https://jekyll.github.io/jekyll-admin/development/) for more information.
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllAdmin
VERSION = "0.9.0"
VERSION = "0.10.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekyll-admin",
"version": "0.9.0",
"version": "0.10.0",
"description": "Admin Panel for Jekyll",
"private": true,
"scripts": {
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ceb4aff

Please sign in to comment.