Skip to content

Commit 2e4e16a

Browse files
committed
fix: removes jekyll-admin due to warning
1 parent 1642408 commit 2e4e16a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
22

33
group :jekyll_plugins do
44
gem 'github-pages'
5-
gem 'jekyll-admin'
65
gem 'jekyll-seo-tag'
76
gem 'jekyll-gist'
87
gem 'jekyll-feed'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to test locally on your machine, do the following steps also:
4444
3. Enter the cloned folder via terminal and run `bundle install`
4545
4. Then run `bundle exec jekyll serve`
4646
5. Open it in your browser: `http://localhost:4000`
47-
6. Do you want to use the [jekyll-admin](https://jekyll.github.io/jekyll-admin/) plugin to edit your posts? Go to the admin panel: `http://localhost:4000/admin`. The admin panel will not work on GitHub Pages, [only locally](https://github.com/jekyll/jekyll-admin/issues/341#issuecomment-292739469).
47+
6. Do you want an admin panel [jekyll-admin](https://jekyll.github.io/jekyll-admin/) to edit your posts? You can install this plugin [jekyll-admin](https://jekyll.github.io/jekyll-admin/).
4848

4949
## Settings
5050

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ plugins:
107107
- jekyll-gist
108108
- jekyll-feed
109109
- jemoji
110-
- jekyll-admin
111110
- jekyll-paginate-v2
112111

113112
compress_html:

0 commit comments

Comments
 (0)