From 754bd75a62aa1093f06f929172de95a5b1df8195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Kahyao=C4=9Flu?= Date: Mon, 16 Jul 2018 20:46:11 +0300 Subject: [PATCH 1/3] release v0.8.1 --- lib/jekyll-admin/version.rb | 2 +- package.json | 2 +- src/constants/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/jekyll-admin/version.rb b/lib/jekyll-admin/version.rb index 1800b58b1..9622fb1c4 100644 --- a/lib/jekyll-admin/version.rb +++ b/lib/jekyll-admin/version.rb @@ -1,3 +1,3 @@ module JekyllAdmin - VERSION = "0.8.0".freeze + VERSION = "0.8.1".freeze end diff --git a/package.json b/package.json index 51e7c201e..06cc39c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-admin", - "version": "0.8.0", + "version": "0.8.1", "description": "Admin Panel for Jekyll", "private": true, "scripts": { diff --git a/src/constants/index.js b/src/constants/index.js index d05936874..d0c85cf61 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,2 +1,2 @@ -export const VERSION = 'v0.8.0'; +export const VERSION = 'v0.8.1'; export const ADMIN_PREFIX = '/admin'; From 519476a3ba2b3edece4999abf989dca8b902d91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Kahyao=C4=9Flu?= Date: Mon, 16 Jul 2018 20:58:21 +0300 Subject: [PATCH 2/3] up snapshot --- src/containers/tests/__snapshots__/header.spec.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/tests/__snapshots__/header.spec.js.snap b/src/containers/tests/__snapshots__/header.spec.js.snap index 8bcca7e89..166b22d3a 100644 --- a/src/containers/tests/__snapshots__/header.spec.js.snap +++ b/src/containers/tests/__snapshots__/header.spec.js.snap @@ -23,7 +23,7 @@ exports[`Containers::Header renders correctly 1`] = ` - v0.8.0 + v0.8.1 `; @@ -51,7 +51,7 @@ exports[`Containers::Header renders placeholder title 1`] = ` - v0.8.0 + v0.8.1 `; From f8a1d183464b70f2fdc7f4f90f3b4899cc65f526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Kahyao=C4=9Flu?= Date: Mon, 16 Jul 2018 21:54:08 +0300 Subject: [PATCH 3/3] remove siteleaf ad --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 35494f846..e87222963 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ A Jekyll plugin that provides users with a traditional CMS-style graphical inter Refer to the [installing plugins](https://jekyllrb.com/docs/plugins/#installing-a-plugin) 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: +1. Add the following to your site's Gemfile: ```ruby gem 'jekyll-admin', group: :jekyll_plugins ``` -2. Run `bundle install` +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 +1. Start Jekyll as you would normally (`bundle exec jekyll serve`) +2. Navigate to `http://localhost:4000/admin` to access the administrative interface ## Options @@ -45,10 +45,6 @@ jekyll_admin: 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](http://jekyll.github.io/jekyll-admin/development/) for more information. -## Looking for a hosted version? - -Jekyll Admin is intended to be run on your computer alongside your local Jekyll installation. If you're looking for a hosted version, we'd recommend checking out [Siteleaf](https://www.siteleaf.com/) a hosted Jekyll editor with deep GitHub integration (whom we'd also like to thank for inspiring parts of Jekyll Admin itself!). - ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).