Skip to content

Commit 30e9650

Browse files
committed
Add Admin
1 parent ccace6c commit 30e9650

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
3636
# kramdown v1, comment out this line.
3737
gem "kramdown-parser-gfm"
3838

39+
gem 'jekyll-admin', group: :jekyll_plugins

Gemfile.lock

+24
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ GEM
99
zeitwerk (~> 2.2, >= 2.2.2)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12+
backports (3.18.2)
1213
coffee-script (2.4.1)
1314
coffee-script-source
1415
execjs
@@ -101,6 +102,10 @@ GEM
101102
pathutil (~> 0.9)
102103
rouge (>= 1.7, < 4)
103104
safe_yaml (~> 1.0)
105+
jekyll-admin (0.11.0)
106+
jekyll (>= 3.7, < 5.0)
107+
sinatra (~> 1.4)
108+
sinatra-contrib (~> 1.4)
104109
jekyll-avatar (0.7.0)
105110
jekyll (>= 3.0, < 5.0)
106111
jekyll-coffeescript (1.1.1)
@@ -209,6 +214,7 @@ GEM
209214
jekyll-feed (~> 0.9)
210215
jekyll-seo-tag (~> 2.1)
211216
minitest (5.14.2)
217+
multi_json (1.15.0)
212218
multipart-post (2.1.1)
213219
nokogiri (1.10.10)
214220
mini_portile2 (~> 2.4.0)
@@ -218,6 +224,11 @@ GEM
218224
pathutil (0.16.2)
219225
forwardable-extended (~> 2.6)
220226
public_suffix (3.1.1)
227+
rack (1.6.13)
228+
rack-protection (1.5.5)
229+
rack
230+
rack-test (1.1.0)
231+
rack (>= 1.0, < 3)
221232
rb-fsevent (0.10.4)
222233
rb-inotify (0.10.1)
223234
ffi (~> 1.0)
@@ -238,9 +249,21 @@ GEM
238249
faraday (> 0.8, < 2.0)
239250
simpleidn (0.1.1)
240251
unf (~> 0.1.4)
252+
sinatra (1.4.8)
253+
rack (~> 1.5)
254+
rack-protection (~> 1.4)
255+
tilt (>= 1.3, < 3)
256+
sinatra-contrib (1.4.7)
257+
backports (>= 2.0)
258+
multi_json
259+
rack-protection
260+
rack-test
261+
sinatra (~> 1.4.0)
262+
tilt (>= 1.3, < 3)
241263
terminal-table (1.8.0)
242264
unicode-display_width (~> 1.1, >= 1.1.1)
243265
thread_safe (0.3.6)
266+
tilt (2.0.10)
244267
typhoeus (1.4.0)
245268
ethon (>= 0.9.0)
246269
tzinfo (1.2.8)
@@ -259,6 +282,7 @@ PLATFORMS
259282

260283
DEPENDENCIES
261284
github-pages (~> 209)
285+
jekyll-admin
262286
jekyll-feed (~> 0.6)
263287
kramdown-parser-gfm
264288
minima (~> 2.0)

0 commit comments

Comments
 (0)