Skip to content

Commit

Permalink
fix jekyll serve error (jekyll-remote-theme)
Browse files Browse the repository at this point in the history
[GitHub Pages Dependencies Missing · Issue #17 · benbalter/jekyll-remote-theme](benbalter/jekyll-remote-theme#17 (comment))
  • Loading branch information
Dixhom committed Feb 10, 2018
1 parent 8147aa7 commit 4eec05f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ source "https://rubygems.org"
# Happy Jekylling!
#gem "jekyll", "~> 3.6.2"
gem "github-pages", group: :jekyll_plugins
gem "jekyll-remote-theme"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ GEM
ffi (1.9.21-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (175)
github-pages (176)
activesupport (= 4.2.9)
github-pages-health-check (= 1.3.5)
jekyll (= 3.6.2)
jekyll-avatar (= 0.5.0)
jekyll-coffeescript (= 1.0.2)
jekyll-commonmark-ghpages (= 0.1.3)
jekyll-commonmark-ghpages (= 0.1.4)
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.9.2)
jekyll-gist (= 1.4.1)
Expand Down Expand Up @@ -66,6 +66,7 @@ GEM
listen (= 3.0.6)
mercenary (~> 0.3)
minima (= 2.1.1)
nokogiri (>= 1.8.1, < 2.0)
rouge (= 2.2.1)
terminal-table (~> 1.4)
github-pages-health-check (1.3.5)
Expand All @@ -77,7 +78,7 @@ GEM
html-pipeline (2.7.1)
activesupport (>= 2)
nokogiri (>= 1.4)
i18n (0.9.3)
i18n (0.9.4)
concurrent-ruby (~> 1.0)
jekyll (3.6.2)
addressable (~> 2.4)
Expand All @@ -98,7 +99,7 @@ GEM
jekyll-commonmark (1.1.0)
commonmarker (~> 0.14)
jekyll (>= 3.0, < 4.0)
jekyll-commonmark-ghpages (0.1.3)
jekyll-commonmark-ghpages (0.1.4)
commonmarker (~> 0.17.6)
jekyll-commonmark (~> 1)
rouge (~> 2)
Expand Down Expand Up @@ -236,6 +237,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-feed (~> 0.6)
jekyll-remote-theme
minima (~> 2.0)
tzinfo-data

Expand Down
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ remote_theme: "mmistakes/minimal-mistakes"
plugins:
- jekyll-feed


# pagination
paginate: 5 # amount of posts to show
paginate_path: /page:num/

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
Expand Down

0 comments on commit 4eec05f

Please sign in to comment.