Skip to content

Commit 3b7b537

Browse files
committed
restored good versions ?
1 parent e59514f commit 3b7b537

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

blog_P3/Gemfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ gem "jekyll", "~> 4.3.4"
1111
gem "eventmachine", "1.2.7", git: "https://github.com/eventmachine/eventmachine.git", tag: "v1.2.7"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
#gem "minima", "~> 2.5"
15-
gem "minima", git: "https://github.com/jekyll/minima"
14+
gem "minima", "~> 2.5"
15+
#gem "minima", git: "https://github.com/jekyll/minima"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -24,12 +24,12 @@ end
2424

2525
gem "sassc"
2626

27-
group :jekyll_plugins do
28-
gem 'jekyll-feed', '~> 0.12'
29-
gem 'jekyll-remote-theme'
30-
gem 'jekyll-sitemap'
31-
gem 'jekyll-seo-tag'
32-
end
27+
#group :jekyll_plugins do
28+
# gem 'jekyll-feed', '~> 0.12'
29+
# gem 'jekyll-remote-theme'
30+
# gem 'jekyll-sitemap'
31+
# gem 'jekyll-seo-tag'
32+
#end
3333

3434

3535
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

blog_P3/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ github_username: jekyll
3030

3131
# Build settings
3232
#theme: minima
33-
remote_theme: jekyll/minima
33+
theme: minima
3434
plugins:
3535
- jekyll-feed
3636

0 commit comments

Comments
 (0)