Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18f9e61

Browse files
committedOct 30, 2022
Update jekyll
1 parent 9aaf0ac commit 18f9e61

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
 

‎.jekyll-metadata

540 KB
Binary file not shown.

‎Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3+
4+
gem "webrick", "~> 1.7"

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
실행 순서 (2)
2727

2828
1. gem install github-pages
29+
2. bundle add webrick
2930

3031
- - -
3132

‎_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ author :
5151
# Short text about your company. Shown in footer on every page and also separately on Home and Contact page.
5252
about: "Pluu, Android Developer Blog Site"
5353

54-
gems: [jekyll-paginate]
54+
plugins: [jekyll-paginate]

0 commit comments

Comments
 (0)
Failed to load comments.